diff options
-rw-r--r-- | src/core/SkString.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/SkString.cpp b/src/core/SkString.cpp index d3775a524d..fee614cc03 100644 --- a/src/core/SkString.cpp +++ b/src/core/SkString.cpp @@ -15,7 +15,7 @@ #include <stdio.h> // number of bytes (on the stack) to receive the printf result -static const size_t kBufferSize = 256; +static const size_t kBufferSize = 512; #ifdef SK_BUILD_FOR_WIN #define VSNPRINTF(buffer, size, format, args) \ |