summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiels De Graef <nielsdegraef@gmail.com>2018-06-26 23:23:40 +0200
committerNiels De Graef <nielsdegraef@gmail.com>2018-06-26 23:23:40 +0200
commit2d9047de1ccc8ed6e5d3dec30eca0b86c969c80a (patch)
tree8fda7b8cb6aee15b34acbb51826e7d245592b362
parent789af6acdc2d072a1d5891900198cc8cb7bf5227 (diff)
downloadglib-wip/nielsdg/avoid-time-null.tar.gz
Forgot to adjust declaration of `now` variable.wip/nielsdg/avoid-time-null
-rw-r--r--gio/gdbusauthmechanismsha1.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gio/gdbusauthmechanismsha1.c b/gio/gdbusauthmechanismsha1.c
index d47221f5b..0f9e45c4d 100644
--- a/gio/gdbusauthmechanismsha1.c
+++ b/gio/gdbusauthmechanismsha1.c
@@ -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;