[GRASS-SVN] r61328 - grass/branches/releasebranch_7_0/raster/r.proj

svn_grass at osgeo.org svn_grass at osgeo.org
Tue Jul 22 11:40:59 PDT 2014


Author: annakrat
Date: 2014-07-22 11:40:59 -0700 (Tue, 22 Jul 2014)
New Revision: 61328

Modified:
   grass/branches/releasebranch_7_0/raster/r.proj/main.c
Log:
r.proj: fix #1262, r.proj was still crashing on Windows (merge from trunk, r61327)

Modified: grass/branches/releasebranch_7_0/raster/r.proj/main.c
===================================================================
--- grass/branches/releasebranch_7_0/raster/r.proj/main.c	2014-07-22 18:36:22 UTC (rev 61327)
+++ grass/branches/releasebranch_7_0/raster/r.proj/main.c	2014-07-22 18:40:59 UTC (rev 61328)
@@ -552,7 +552,7 @@
     Rast_command_history(&history);
     Rast_write_history(mapname, &history);
 
-    G_done_msg(NULL);
+    G_done_msg(" ");
     exit(EXIT_SUCCESS);
 }
 



More information about the grass-commit mailing list