Forgot to adjust declaration of now variable.

This commit is contained in:
Niels De Graef 2018-06-26 23:23:40 +02:00
parent 789af6acdc
commit 2d9047de1c

View File

@ -603,7 +603,7 @@ keyring_generate_entry (const gchar *cookie_context,
gchar **lines;
gint max_line_id;
GString *new_contents;
guint64 now;
gint64 now;
gboolean have_id;
gint use_id;
gchar *use_cookie;