Skip to content

Commit

Permalink
Increase buffer size to deal with max double and float
Browse files Browse the repository at this point in the history
  • Loading branch information
josesimoes committed Sep 16, 2024
1 parent c0f82e3 commit 765eee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CLR/Helpers/nanoprintf/nanoprintf.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
#define NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS 1
#define NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS 1
#define NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS 1
#define NANOPRINTF_CONVERSION_BUFFER_SIZE 48
#define NANOPRINTF_CONVERSION_BUFFER_SIZE 364
#define NANOPRINTF_CONVERSION_FLOAT_TYPE uint64_t
// [END_NF_CHANGE]

Expand Down

0 comments on commit 765eee7

Please sign in to comment.