diff options
Diffstat (limited to 'src/gui/gui-chat.c')
-rw-r--r-- | src/gui/gui-chat.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/gui-chat.c b/src/gui/gui-chat.c index b4471d59c..5c4e1a085 100644 --- a/src/gui/gui-chat.c +++ b/src/gui/gui-chat.c @@ -1079,6 +1079,7 @@ gui_chat_hsignal_quote_line_cb (const void *pointer, void *data, hashtable_get (hashtable, "_chat_line_date") : NULL; if (date) { + error = NULL; number = strtol (date, &error, 10); if (error && !error[0]) { |