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 // 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) \