mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-11-10 03:16:17 +01:00
Set result_uncertain in win32 g_content_type_guess implementation
Fixes bug #609143
This commit is contained in:
parent
83c6087dcc
commit
b37da7134b
@ -327,6 +327,9 @@ g_content_type_guess (const char *filename,
|
||||
|
||||
type = NULL;
|
||||
|
||||
if (result_uncertain)
|
||||
*result_uncertain = FALSE;
|
||||
|
||||
if (filename)
|
||||
{
|
||||
basename = g_path_get_basename (filename);
|
||||
|
Loading…
Reference in New Issue
Block a user