[GRASS-SVN] r55626 - grass/trunk/raster/r.in.gdal

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Apr 4 10:41:54 PDT 2013


Author: martinl
Date: 2013-04-04 10:41:54 -0700 (Thu, 04 Apr 2013)
New Revision: 55626

Modified:
   grass/trunk/raster/r.in.gdal/main.c
Log:
r.in.gdal: fix compilation issue


Modified: grass/trunk/raster/r.in.gdal/main.c
===================================================================
--- grass/trunk/raster/r.in.gdal/main.c	2013-04-04 17:35:28 UTC (rev 55625)
+++ grass/trunk/raster/r.in.gdal/main.c	2013-04-04 17:41:54 UTC (rev 55626)
@@ -345,7 +345,7 @@
 	}
 	else {
             if (0 != G_make_location(parm.outloc->answer, &cellhd,
-                                     proj_info, proj_units, NULL)) {
+                                     proj_info, proj_units)) {
                 G_fatal_error(_("Unable to create new location <%s>"),
                               parm.outloc->answer);
             }



More information about the grass-commit mailing list