1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Extra check if there's garbage after the json

This commit is contained in:
bzt 2021-01-29 14:35:35 +01:00
parent 6673f847d2
commit 0eb01f0fc4

View file

@ -97,7 +97,6 @@ char *json_get(const char *jsonstr, char *key)
}
j++;
break;
default: return NULL;
}
c++;
}