]> granicus.if.org Git - postgis/commitdiff
Increase size of generator.c static buffer. (#583)
authorPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 20 Jun 2011 17:08:21 +0000 (17:08 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Mon, 20 Jun 2011 17:08:21 +0000 (17:08 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@7435 b70326c6-7e19-0410-871a-916f4a2858ee

doc/html/image_src/generator.c

index f604b18fce95d7e07db364b863db8f512f07539d..80ed6e7b799d90615faede087391dd3ad43d918e 100644 (file)
@@ -364,7 +364,7 @@ int main( int argc, const char* argv[] )
        while ( fgets ( line, sizeof line, pfile ) != NULL && !isspace(*line) )
        {
 
-               char output[2048];
+               char output[32768];
                char *ptr = output;
                char *styleName;
                int useDefaultStyle;