Skip to content

Commit 765eee7

Browse files
committed
Increase buffer size to deal with max double and float
1 parent c0f82e3 commit 765eee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CLR/Helpers/nanoprintf/nanoprintf.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
#define NANOPRINTF_USE_LARGE_FORMAT_SPECIFIERS 1
1212
#define NANOPRINTF_USE_BINARY_FORMAT_SPECIFIERS 1
1313
#define NANOPRINTF_USE_WRITEBACK_FORMAT_SPECIFIERS 1
14-
#define NANOPRINTF_CONVERSION_BUFFER_SIZE 48
14+
#define NANOPRINTF_CONVERSION_BUFFER_SIZE 364
1515
#define NANOPRINTF_CONVERSION_FLOAT_TYPE uint64_t
1616
// [END_NF_CHANGE]
1717

0 commit comments

Comments
 (0)