]> granicus.if.org Git - postgis/commitdiff
Woops again, got work and start size values reversed.
authorPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 23 Feb 2010 21:41:09 +0000 (21:41 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Tue, 23 Feb 2010 21:41:09 +0000 (21:41 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@5326 b70326c6-7e19-0410-871a-916f4a2858ee

liblwgeom/stringbuffer.h

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