projects
/
dana
/
cg-glib.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a402875
)
don't make strings const when they are not
author
Benjamin Otte
<otte@gnome.org>
Fri, 12 Jun 2009 13:57:12 +0000
(15:57 +0200)
committer
Benjamin Otte
<otte@gnome.org>
Fri, 12 Jun 2009 13:57:12 +0000
(15:57 +0200)
gets rid of compiler warnings
gio/gdesktopappinfo.c
patch
|
blob
|
history
diff --git
a/gio/gdesktopappinfo.c
b/gio/gdesktopappinfo.c
index f0a0bbca4431190965a53cb253b5e7dc4f5b0633..6b6107c288f5f5ba2ef156f8556a97ea42d0c28d 100644
(file)
--- a/
gio/gdesktopappinfo.c
+++ b/
gio/gdesktopappinfo.c
@@
-843,8
+843,8
@@
uri_list_segment_to_files (GList *start,
typedef struct
{
- c
onst c
har *display;
- c
onst c
har *sn_id;
+ char *display;
+ char *sn_id;
} ChildSetupData;
static void