mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-24 03:02:10 +01:00
win32: fix build after bug 674452
This commit is contained in:
parent
5d7fa1c783
commit
af3b1674cd
@ -332,7 +332,7 @@ g_content_type_guess (const gchar *filename,
|
|||||||
|
|
||||||
/* our test suite and potentially other code used -1 in the past, which is
|
/* our test suite and potentially other code used -1 in the past, which is
|
||||||
* not documented and not allowed; guard against that */
|
* not documented and not allowed; guard against that */
|
||||||
g_return_val_if_fail (data_size != (gsize) -1, g_strdup (XDG_MIME_TYPE_UNKNOWN));
|
g_return_val_if_fail (data_size != (gsize) -1, g_strdup ("*"));
|
||||||
|
|
||||||
if (filename)
|
if (filename)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user