浏览代码

r.in.xyz: description cosmetics, fix compiler warning (cosmetics)

git-svn-id: https://svn.osgeo.org/grass/grass/trunk@58418 15284696-431f-4ddb-bdfa-cd5b030d7da7
Martin Landa 11 年之前
父节点
当前提交
6519504d87
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      raster/r.in.xyz/main.c

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

@@ -105,7 +105,7 @@ int main(int argc, char *argv[])
     char *fs;			/* field delim */
     off_t filesize;
     int linesize;
-    long estimated_lines;
+    unsigned long estimated_lines;
     int from_stdin;
     int can_seek;
 
@@ -163,7 +163,7 @@ int main(int argc, char *argv[])
     G_add_keyword("ASCII");
     G_add_keyword(_("LIDAR"));
     module->description =
-	_("Create a raster map from an assemblage of many coordinates using univariate statistics.");
+	_("Creates a raster map from an assemblage of many coordinates using univariate statistics.");
 
     input_opt = G_define_standard_option(G_OPT_F_INPUT);
     input_opt->description =