Bläddra i källkod

consistent printf type (merge from trunk)

git-svn-id: https://svn.osgeo.org/grass/grass/branches/releasebranch_7_0@60398 15284696-431f-4ddb-bdfa-cd5b030d7da7
Hamish Bowman 11 år sedan
förälder
incheckning
610acbe320
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      raster/r.in.xyz/main.c

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

@@ -585,7 +585,7 @@ int main(int argc, char *argv[])
 	if (linesize < 6)	/* min possible: "0,0,0\n" */
 	    linesize = 6;
 	estimated_lines = filesize / linesize;
-	G_debug(2, "estimated number of lines in file: %ld", estimated_lines);
+	G_debug(2, "estimated number of lines in file: %lu", estimated_lines);
     }
     else
 	estimated_lines = -1;