From: Jean-Philippe Orsini Date: Sat, 1 Nov 2014 08:07:09 +0000 (+0100) Subject: removed useless empty line X-Git-Tag: v1.3.2~8 X-Git-Url: http://git.wpitchoune.net/gitweb/?p=ppastats.git;a=commitdiff_plain;h=80c2b1ecf858c7df7a7e447ed4e7e10393be6a17 removed useless empty line --- diff --git a/src/lp_json.c b/src/lp_json.c index f050307..10b5927 100644 --- a/src/lp_json.c +++ b/src/lp_json.c @@ -37,7 +37,6 @@ static time_t json_to_time(json_object *json) if (!str) return -1; - memset(&tm, 0, sizeof(struct tm)); tm.tm_isdst = -1; ret = strptime(str, "%FT%T", &tm);