diff --git a/test/testpaint/intercept_2.cpp b/test/testpaint/intercept_2.cpp index da48fd8ebf..e443f55f02 100644 --- a/test/testpaint/intercept_2.cpp +++ b/test/testpaint/intercept_2.cpp @@ -244,7 +244,7 @@ namespace Intercept2 if (edge.offset == 0) { sprintf(out, " 0/%X ", edge.type); } else { - utf8string offset = new utf8[3]; + utf8string offset = new utf8[16]; if (edge.offset < 0) { sprintf(offset, "%d", edge.offset); } else {