cppchecker

This commit is contained in:
iceman1001
2020-03-24 13:35:33 +01:00
parent 20547d773b
commit 0033715a59
2 changed files with 3 additions and 3 deletions

View File

@@ -146,7 +146,7 @@
* the keys for the metadata clash with existing keys in the JSON map.
*/
extern FILE *open_memstream(char **bufptr, size_t *sizeptr);
extern FILE *open_memstream(char **bufptr, size_t *lenptr);
enum ConversionStatusFlags {
TypeWasNotNative = 0x100, /* anything but strings, boolean, null, arrays and maps */