mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-13 12:37:46 +02:00
Set result_uncertain in win32 g_content_type_guess implementation
Fixes bug #609143
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user