Pārlūkot izejas kodu

r.in.gdal: fix compilation issue

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@55626 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 12 gadi atpakaļ
vecāks
revīzija
831b63a250
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      raster/r.in.gdal/main.c

+ 1 - 1
raster/r.in.gdal/main.c

@@ -345,7 +345,7 @@ int main(int argc, char *argv[])
 	}
 	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);
             }