summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Longbons <b.r.longbons@gmail.com>2013-03-26 09:06:56 -0700
committerBen Longbons <b.r.longbons@gmail.com>2013-03-26 09:06:56 -0700
commit656b408655a676d770c8e5ef1030accc7653680d (patch)
tree660a214a1ffa007bdf8de757a0f2126a0129d68d
parent280d3c4a87654ad0468de81e259b8768ea6f9743 (diff)
downloadtmwa-656b408655a676d770c8e5ef1030accc7653680d.tar.gz
tmwa-656b408655a676d770c8e5ef1030accc7653680d.tar.bz2
tmwa-656b408655a676d770c8e5ef1030accc7653680d.tar.xz
tmwa-656b408655a676d770c8e5ef1030accc7653680d.zip
Quick hack to background gzip, real fix in testing
-rw-r--r--src/map/map.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/map/map.cpp b/src/map/map.cpp
index 6470d97..af49ad4 100644
--- a/src/map/map.cpp
+++ b/src/map/map.cpp
@@ -1846,7 +1846,7 @@ static void map_close_logfile (void)
if (map_logfile)
{
char *filenameop_buf = (char*)malloc (strlen (map_logfile_name) + 50);
- sprintf (filenameop_buf, "gzip -f %s.%ld", map_logfile_name,
+ sprintf (filenameop_buf, "gzip -f %s.%ld &", map_logfile_name,
map_logfile_index);
fclose (map_logfile);