Browse Source

r.proj: fix https://trac.osgeo.org/grass/ticket/1262, r.proj was still crashing on Windows

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@61327 15284696-431f-4ddb-bdfa-cd5b030d7da7
Anna Petrášová 11 năm trước cách đây
mục cha
commit
0b06c79a61
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      raster/r.proj/main.c

+ 1 - 1
raster/r.proj/main.c

@@ -552,7 +552,7 @@ int main(int argc, char **argv)
     Rast_command_history(&history);
     Rast_write_history(mapname, &history);
 
-    G_done_msg(NULL);
+    G_done_msg(" ");
     exit(EXIT_SUCCESS);
 }