FC Updates from BitShares and myself #21
1 changed files with 2 additions and 1 deletions
|
|
@ -390,8 +390,9 @@ namespace fc
|
|||
{
|
||||
skip_white_space(in);
|
||||
variant var;
|
||||
while( signed char c = in.peek() )
|
||||
while( true )
|
||||
{
|
||||
signed char c = in.peek();
|
||||
switch( c )
|
||||
{
|
||||
case ' ':
|
||||
|
|
|
|||
Loading…
Reference in a new issue