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-Tag: 2.21.2~23 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3e3e3c29469f03ec7f141b2522accdb7c2acd59d;p=platform%2Fupstream%2Fglib.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 f0a0bbc..6b6107c 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