Ignore:
Timestamp:
Jan 16, 2019, 11:57:48 PM (6 years ago)
Author:
katerina
Message:

Fix for ticket #433 (coding standardisation).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sh_log_parse_syslog.c

    r481 r541  
    9494      size_t lengths[3];
    9595
    96       memset(&btime, '\0', sizeof(struct tm));
     96      memset(&btime, 0, sizeof(struct tm));
    9797      btime.tm_isdst = -1;
    9898
Note: See TracChangeset for help on using the changeset viewer.