Updates from BitShares FC #22

Closed
nathanielhourt wants to merge 693 commits from dapp-support into latest-fc
Showing only changes of commit bbe2a8b289 - Show all commits

View file

@ -390,8 +390,9 @@ namespace fc
{ {
skip_white_space(in); skip_white_space(in);
variant var; variant var;
while( signed char c = in.peek() ) while( true )
{ {
signed char c = in.peek();
switch( c ) switch( c )
{ {
case ' ': case ' ':