mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-24 21:16:15 +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;
|
type = NULL;
|
||||||
|
|
||||||
|
if (result_uncertain)
|
||||||
|
*result_uncertain = FALSE;
|
||||||
|
|
||||||
if (filename)
|
if (filename)
|
||||||
{
|
{
|
||||||
basename = g_path_get_basename (filename);
|
basename = g_path_get_basename (filename);
|
||||||
|
Loading…
Reference in New Issue
Block a user