json_object.c:set errno in json_object_get_double()

closes #422
This commit is contained in:
andy5995
2018-11-26 21:12:06 -06:00
parent 7539ab2d2e
commit 506a32d4ab
2 changed files with 10 additions and 3 deletions

View File

@@ -122,7 +122,7 @@ const char *json_tokener_error_desc(enum json_tokener_error jerr);
* When parsing a JSON string in pieces, if the tokener is in the middle
* of parsing this will return json_tokener_continue.
*
* See also json_tokener_error_desc().
* @see json_tokener_error_desc().
*/
JSON_EXPORT enum json_tokener_error json_tokener_get_error(struct json_tokener *tok);