From ef3ccbb7fde22f5295ab9611a35bb0f30f861366 Mon Sep 17 00:00:00 2001 From: Paul Ramsey Date: Tue, 23 Feb 2010 21:41:09 +0000 Subject: [PATCH] Woops again, got work and start size values reversed. git-svn-id: http://svn.osgeo.org/postgis/trunk@5326 b70326c6-7e19-0410-871a-916f4a2858ee --- liblwgeom/stringbuffer.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/liblwgeom/stringbuffer.h b/liblwgeom/stringbuffer.h index 030c455c5..8f6cad733 100644 --- a/liblwgeom/stringbuffer.h +++ b/liblwgeom/stringbuffer.h @@ -16,8 +16,8 @@ #include #include -#define STRINGBUFFER_STARTSIZE 32 -#define STRINGBUFFER_WORKSIZE 128 +#define STRINGBUFFER_STARTSIZE 128 +#define STRINGBUFFER_WORKSIZE 64 typedef struct { -- 2.40.0