[GRASS-SVN] r63427 - grass/trunk/display/d.mon
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Dec 7 09:27:29 PST 2014
Author: martinl
Date: 2014-12-07 09:27:29 -0800 (Sun, 07 Dec 2014)
New Revision: 63427
Modified:
grass/trunk/display/d.mon/start.c
Log:
d.mon: remove redundant comment
Modified: grass/trunk/display/d.mon/start.c
===================================================================
--- grass/trunk/display/d.mon/start.c 2014-12-07 17:23:13 UTC (rev 63426)
+++ grass/trunk/display/d.mon/start.c 2014-12-07 17:27:29 UTC (rev 63427)
@@ -132,7 +132,7 @@
if (select)
G_setenv("MONITOR", name);
- if (strncmp(name, "wx", 2) == 0) /* use G_strncasecmp() instead */
+ if (strncmp(name, "wx", 2) == 0)
start_wx(name, tempfile, env_value, cmd_value,
width, height);
else
More information about the grass-commit
mailing list