jl777
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
iguana/exchanges/LP_mmjson.c
|
|
@ -285,7 +285,7 @@ char *MMJSON_decode(uint8_t *linebuf,int32_t len) |
|
|
|
{ |
|
|
|
if ( ind != MMJSON_STRING ) |
|
|
|
{ |
|
|
|
printf("illegal field ind.%d (%s)\n",ind,jprint(lineobj,0)); |
|
|
|
printf("illegal field i.%d ind.%d (%s) boundary.%d\n",i,ind,jprint(lineobj,0),MMJSON_BOUNDARY); |
|
|
|
free_json(lineobj); |
|
|
|
return(0); |
|
|
|
} |
|
|
|