FC Updates from BitShares and myself #21

Closed
nathanielhourt wants to merge 687 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);
variant var;
while( signed char c = in.peek() )
while( true )
{
signed char c = in.peek();
switch( c )
{
case ' ':