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
bc83411a
...
bc83411afcf0c4901be8fd5e08a4057f53c69429
authored
2003-02-13 16:36:37 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_format_parse): Bugfix. Initialize prog to zero.
1 parent
366c6b86
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_fmtgram.y
mh/mh_fmtgram.y
View file @
bc83411
...
...
@@ -502,6 +502,7 @@ mh_format_parse (char *format_str, mh_format_t *fmt)
yydebug = 1;
start = curp = format_str;
obstack_init (&stack);
format.prog = NULL;
format.progsize = 0;
pc = 0;
mh_code_op (mhop_stop);
...
...
Please
register
or
sign in
to post a comment