changeset 616:1776da045588

Fix a warning about discarding const qualifier.
author Matti Hamalainen <ccr@tnsp.org>
date Sun, 02 Sep 2007 21:31:01 +0000
parents 8fe2e757fa4a
children 89bdb8fdc2a7
files src/xs_config.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/xs_config.c	Sun Sep 02 19:57:03 2007 +0000
+++ b/src/xs_config.c	Sun Sep 02 21:31:01 2007 +0000
@@ -653,7 +653,7 @@
 	gint i;
 	gfloat tmpValue;
 	gint tmpInt;
-	gchar *tmpStr;
+	const gchar *tmpStr;
 
 	/* Get lock on configuration */
 	XS_MUTEX_LOCK(xs_cfg);