mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
Fix a warning reported by static analyzer tool
This commit is contained in:
parent
73e28ed297
commit
cbde046018
@ -232,7 +232,7 @@ thumbnail_verify (const char *thumbnail_path,
|
||||
return FALSE;
|
||||
|
||||
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;
|
||||
|
||||
file = g_mapped_file_new (thumbnail_path, FALSE, NULL);
|
||||
|
Loading…
Reference in New Issue
Block a user