mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-09 18:54:04 +02:00
Merge branch 'patch-3' into 'master'
Fix a warning reported by static analyzer tool See merge request GNOME/glib!74
This commit is contained in:
@@ -232,7 +232,7 @@ thumbnail_verify (const char *thumbnail_path,
|
|||||||
return FALSE;
|
return FALSE;
|
||||||
|
|
||||||
expected_info.uri = file_uri;
|
expected_info.uri = file_uri;
|
||||||
expected_info.mtime = file_stat_buf->st_mtime;
|
expected_info.mtime = (guint64) file_stat_buf->st_mtime;
|
||||||
expected_info.size = file_stat_buf->st_size;
|
expected_info.size = file_stat_buf->st_size;
|
||||||
|
|
||||||
file = g_mapped_file_new (thumbnail_path, FALSE, NULL);
|
file = g_mapped_file_new (thumbnail_path, FALSE, NULL);
|
||||||
|
Reference in New Issue
Block a user