[GRASS-SVN] r71287 - grass/trunk/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Fri Jul 21 12:46:45 PDT 2017
Author: mmetz
Date: 2017-07-21 12:46:45 -0700 (Fri, 21 Jul 2017)
New Revision: 71287
Modified:
grass/trunk/lib/gis/parser_wps.c
Log:
libgis: do not discards 'const' qualifier
Modified: grass/trunk/lib/gis/parser_wps.c
===================================================================
--- grass/trunk/lib/gis/parser_wps.c 2017-07-21 19:30:25 UTC (rev 71286)
+++ grass/trunk/lib/gis/parser_wps.c 2017-07-21 19:46:45 UTC (rev 71287)
@@ -145,7 +145,7 @@
char *s, *top;
const char *value = NULL;
int i;
- char *encoding;
+ const char *encoding;
int new_prompt = 0;
int store = 1;
int status = 1;
More information about the grass-commit
mailing list