From 656b408655a676d770c8e5ef1030accc7653680d Mon Sep 17 00:00:00 2001 From: Ben Longbons Date: Tue, 26 Mar 2013 09:06:56 -0700 Subject: Quick hack to background gzip, real fix in testing --- src/map/map.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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); -- cgit v1.2.3-70-g09d2