Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
John McEleney
/
mailutils
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
Commit
003ea491
...
003ea4910153786113208cc07d6b8f0a1f6b8707
authored
2005-01-17 11:29:22 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mu_parse_date): Initialize struct tm
1 parent
173d9f62
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mailbox/parsedate.y
mailbox/parsedate.y
View file @
003ea49
...
...
@@ -1052,6 +1052,7 @@ mu_parse_date (const char *p, time_t *rettime, const time_t *now)
if (!tmp)
return -1;
memset (&tm, 0, sizeof tm);
tm.tm_isdst = tmp->tm_isdst;
if (yyparse ())
...
...
Please
register
or
sign in
to post a comment