]> git.pld-linux.org Git - packages/crossmingw32-glib2.git/blame - glib2-win32.patch
- updated to 2.32.4
[packages/crossmingw32-glib2.git] / glib2-win32.patch
CommitLineData
eb8940d5
JB
1--- glib-2.32.4/gio/gcontenttype.c.orig 2012-07-14 22:33:18.000000000 +0200
2+++ glib-2.32.4/gio/gcontenttype.c 2012-07-24 16:48:52.400116342 +0200
3@@ -332,7 +332,7 @@
4
5 /* our test suite and potentially other code used -1 in the past, which is
6 * not documented and not allowed; guard against that */
7- g_return_val_if_fail (data_size != (gsize) -1, g_strdup (XDG_MIME_TYPE_UNKNOWN));
8+ g_return_val_if_fail (data_size != (gsize) -1, g_strdup ("*"));
9
10 if (filename)
11 {
This page took 0.025745 seconds and 4 git commands to generate.