Diff attached with fix.

Cheers

rcr
Index: compress.pl
===================================================================
--- compress.pl (revision 6202)
+++ compress.pl (working copy)
@@ -229,7 +229,7 @@
     {
         my $hostname = `hostname`;
         chomp $hostname;
-        hostname .= "XXXXX";
+        $hostname .= "XXXXX";
         $Filename = sprintf("%s/%d_%s_%d_%d_%s%s.zip", $OutputDir, $epochtime,
           substr($hostname,0,5), $$, $ZipFileCount++, $Layer, $SingleTileset);
     }
_______________________________________________
Tilesathome mailing list
[email protected]
http://lists.openstreetmap.org/cgi-bin/mailman/listinfo/tilesathome

Reply via email to