Ver código fonte

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 anos atrás
pai
commit
831b63a250
1 arquivos alterados com 1 adições e 1 exclusões
  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);
             }