Index: src/core/SkString.cpp |
=================================================================== |
--- src/core/SkString.cpp (revision 8803) |
+++ src/core/SkString.cpp (working copy) |
@@ -15,7 +15,7 @@ |
#include <stdio.h> |
// number of bytes (on the stack) to receive the printf result |
-static const size_t kBufferSize = 512; |
+static const size_t kBufferSize = 1024; |
#ifdef SK_BUILD_FOR_WIN |
#define VSNPRINTF(buffer, size, format, args) \ |