don't make strings const when they are not

gets rid of compiler warnings
This commit is contained in:
Benjamin Otte 2009-06-12 15:57:12 +02:00
parent a402875de1
commit 3e3e3c2946

View File

@ -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