|
@ -516,6 +516,8 @@ int32_t MMJSON_encodeval(uint8_t *linebuf,int32_t k,int32_t ind,char *v,uint32_t |
|
|
} |
|
|
} |
|
|
if ( v[j] == 0 ) |
|
|
if ( v[j] == 0 ) |
|
|
{ |
|
|
{ |
|
|
|
|
|
static uint32_t counter; |
|
|
|
|
|
if ( counter++ < 3 ) |
|
|
printf("unexpected missing string value.(%s)\n",v); |
|
|
printf("unexpected missing string value.(%s)\n",v); |
|
|
//ind = mmadd(v);
|
|
|
//ind = mmadd(v);
|
|
|
//printf("%s.<%s>.%d ",s,v,ind);
|
|
|
//printf("%s.<%s>.%d ",s,v,ind);
|
|
|