Revision: 1422
          http://geeqie.svn.sourceforge.net/geeqie/?rev=1422&view=rev
Author:   zas_
Date:     2009-02-25 23:04:08 +0000 (Wed, 25 Feb 2009)

Log Message:
-----------
Silent a minor warning.

Modified Paths:
--------------
    trunk/src/rcfile.c

Modified: trunk/src/rcfile.c
===================================================================
--- trunk/src/rcfile.c  2009-02-25 21:09:17 UTC (rev 1421)
+++ trunk/src/rcfile.c  2009-02-25 23:04:08 UTC (rev 1422)
@@ -65,7 +65,7 @@
                '"',  0 /* '"' is handled in g_markup_escape_text */
        };
 
-       gchar *escval1 = g_strescape(text ? text : "", no_quote_utf); 
+       gchar *escval1 = g_strescape(text ? text : "", (gchar *) no_quote_utf); 
        gchar *escval2 = g_markup_escape_text(escval1, -1);
        write_indent(str, indent);
        g_string_append_printf(str, "%s = \"%s\"\n", label, escval2);


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Geeqie-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geeqie-svn

Reply via email to