[GRASS-SVN] r73757 - grass/trunk/display/d.linegraph
svn_grass at osgeo.org
svn_grass at osgeo.org
Tue Dec 4 06:40:25 PST 2018
Author: hcho
Date: 2018-12-04 06:40:25 -0800 (Tue, 04 Dec 2018)
New Revision: 73757
Modified:
grass/trunk/display/d.linegraph/main.c
Log:
d.linegraph: typo
Modified: grass/trunk/display/d.linegraph/main.c
===================================================================
--- grass/trunk/display/d.linegraph/main.c 2018-12-04 09:47:27 UTC (rev 73756)
+++ grass/trunk/display/d.linegraph/main.c 2018-12-04 14:40:25 UTC (rev 73757)
@@ -969,7 +969,7 @@
}
if (tic_unit != 1 && scale_y_labels)
G_fatal_error(_("Scale Y labels cannot be used with this"
- "range of data (%f, %f)"), min_y, max_y);
+ " range of data (%f, %f)"), min_y, max_y);
/* Y-AXIS LOOP */
for (i = (int)min_y; i <= (int)max_y; i += tic_unit) {
if (rem(i, tic_every) == 0.0) {
More information about the grass-commit
mailing list