]> granicus.if.org Git - postgis/commitdiff
Make the default size more reasonable again.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 25 Mar 2010 05:11:20 +0000 (05:11 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 25 Mar 2010 05:11:20 +0000 (05:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5463 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/stringbuffer.h

index a080d3c422406d3245c0a34d886d0826294892e6..e4dbcf8da057567a96bbc09e34ef9c048f996097 100644 (file)
@@ -42,7 +42,7 @@
 #include <string.h>
 #include <stdio.h>
 
-#define STRINGBUFFER_STARTSIZE 16
+#define STRINGBUFFER_STARTSIZE 128
 
 typedef struct
 {