]> granicus.if.org Git - postgis/commitdiff
Oops, commit stringbuffer.h with sensible values for internal sizes.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 23 Feb 2010 21:30:35 +0000 (21:30 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 23 Feb 2010 21:30:35 +0000 (21:30 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5325 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/stringbuffer.h

index 84bbf1205afe51d3dcb3907abb856a7c4f4ff353..030c455c59655847cd823d650780ee22a2b21f99 100644 (file)
@@ -16,8 +16,8 @@
 #include <string.h>
 #include <stdio.h>
 
-#define STRINGBUFFER_STARTSIZE 2
-#define STRINGBUFFER_WORKSIZE 2
+#define STRINGBUFFER_STARTSIZE 32
+#define STRINGBUFFER_WORKSIZE 128
 
 typedef struct
 {