From: Benjamin Otte Date: Fri, 12 Jun 2009 13:57:12 +0000 (+0200) Subject: don't make strings const when they are not X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=3e3e3c29469f03ec7f141b2522accdb7c2acd59d;p=dana%2Fcg-glib.git don't make strings const when they are not gets rid of compiler warnings --- diff --git a/gio/gdesktopappinfo.c b/gio/gdesktopappinfo.c index f0a0bbca..6b6107c2 100644 --- a/gio/gdesktopappinfo.c +++ b/gio/gdesktopappinfo.c @@ -843,8 +843,8 @@ uri_list_segment_to_files (GList *start, typedef struct { - const char *display; - const char *sn_id; + char *display; + char *sn_id; } ChildSetupData; static void