Changeset 541 for trunk/src/sh_log_parse_syslog.c
- Timestamp:
- Jan 16, 2019, 11:57:48 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_log_parse_syslog.c
r481 r541 94 94 size_t lengths[3]; 95 95 96 memset(&btime, '\0', sizeof(struct tm));96 memset(&btime, 0, sizeof(struct tm)); 97 97 btime.tm_isdst = -1; 98 98
Note:
See TracChangeset
for help on using the changeset viewer.