Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion parson.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
#define MAX_NESTING 2048

#ifndef PARSON_DEFAULT_FLOAT_FORMAT
#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without incresing NUM_BUF_SIZE */
#define PARSON_DEFAULT_FLOAT_FORMAT "%1.17g" /* do not increase precision without increasing NUM_BUF_SIZE */
#endif

#ifndef PARSON_NUM_BUF_SIZE
Expand Down