[gdk-pixbuf] queryloaders: g_get_prgname() now returns const gchar *
- From: Colin Walters <walters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gdk-pixbuf] queryloaders: g_get_prgname() now returns const gchar *
- Date: Sun, 13 Jan 2013 17:41:01 +0000 (UTC)
commit 516d5e0eee263bb311df1e081f4912e313788982
Author: Colin Walters <walters verbum org>
Date: Sun Jan 13 12:40:14 2013 -0500
queryloaders: g_get_prgname() now returns const gchar *
See https://bugzilla.gnome.org/show_bug.cgi?id=691499
gdk-pixbuf/queryloaders.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gdk-pixbuf/queryloaders.c b/gdk-pixbuf/queryloaders.c
index 6246dd6..f1b22ce 100644
--- a/gdk-pixbuf/queryloaders.c
+++ b/gdk-pixbuf/queryloaders.c
@@ -255,7 +255,7 @@ gdk_pixbuf_get_module_file (void)
int main (int argc, char **argv)
{
gint i;
- gchar *prgname;
+ const gchar *prgname;
GString *contents;
gchar *cache_file = NULL;
gint first_file = 1;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]