aboutsummaryrefslogtreecommitdiff
path: root/src/procheader.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/procheader.c')
-rw-r--r--src/procheader.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/procheader.c b/src/procheader.c
index a3698b2c..442d5aea 100644
--- a/src/procheader.c
+++ b/src/procheader.c
@@ -790,7 +790,7 @@ void procheader_date_get_localtime(gchar *dest, gint len, const time_t timer)
else
strftime(tmp, len, default_format, lt);
- buf = conv_localetodisp(tmp);
+ buf = conv_localetodisp(tmp, NULL);
strncpy2(dest, buf, len);
g_free(buf);
}