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:
parent
6673f847d2
commit
0eb01f0fc4
1 changed files with 0 additions and 1 deletions
|
@ -97,7 +97,6 @@ char *json_get(const char *jsonstr, char *key)
|
|||
}
|
||||
j++;
|
||||
break;
|
||||
default: return NULL;
|
||||
}
|
||||
c++;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue