mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-30 13:53:30 +02:00
Merge branch 'patch-1' into 'master'
Fix a warning reported by static analyser tool See merge request GNOME/glib!44
This commit is contained in:
@@ -658,7 +658,7 @@ keyring_generate_entry (const gchar *cookie_context,
|
||||
}
|
||||
|
||||
new_contents = g_string_new (NULL);
|
||||
now = time (NULL);
|
||||
now = (guint64) time (NULL);
|
||||
changed_file = FALSE;
|
||||
|
||||
max_line_id = 0;
|
||||
|
Reference in New Issue
Block a user