Преглед изворни кода

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 година
родитељ
комит
610acbe320
1 измењених фајлова са 1 додато и 1 уклоњено
  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;