mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-03-31 04:43:06 +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:
commit
b1ce8344b7
@ -658,7 +658,7 @@ keyring_generate_entry (const gchar *cookie_context,
|
|||||||
}
|
}
|
||||||
|
|
||||||
new_contents = g_string_new (NULL);
|
new_contents = g_string_new (NULL);
|
||||||
now = time (NULL);
|
now = (guint64) time (NULL);
|
||||||
changed_file = FALSE;
|
changed_file = FALSE;
|
||||||
|
|
||||||
max_line_id = 0;
|
max_line_id = 0;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user