From: Regina Obe Date: Tue, 18 Sep 2012 12:21:21 +0000 (+0000) Subject: #2055: (L burned in all subsequent images after Delaunay) increase remove to remove... X-Git-Tag: 2.1.0beta2~640 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=12c2b343c141e865b98bbeeb3de92f61793841a2;p=postgis #2055: (L burned in all subsequent images after Delaunay) increase remove to remove images 0-9 before building next. The remove went from 0-5 and I guess Kevin wasn't counting on anyone crazy enough to have 6 image layers. This code definitely needs some work, but this will do for now. git-svn-id: http://svn.osgeo.org/postgis/trunk@10300 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/doc/html/image_src/generator.c b/doc/html/image_src/generator.c index d7c04d834..2fd32f3c5 100644 --- a/doc/html/image_src/generator.c +++ b/doc/html/image_src/generator.c @@ -298,6 +298,10 @@ flattenLayers(char* filename) remove("tmp3.png"); remove("tmp4.png"); remove("tmp5.png"); + remove("tmp6.png"); + remove("tmp7.png"); + remove("tmp8.png"); + remove("tmp9.png"); free(str); }