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
45ddd129
...
45ddd12959633f5ee382a61f1225e1542b0452cc
authored
2003-02-18 15:21:49 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(mh_code_builtin): Minor fix.
1 parent
3c453e41
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
mh/mh_fmtgram.y
mh/mh_fmtgram.y
View file @
45ddd12
...
...
@@ -620,6 +620,8 @@ mh_code_builtin (mh_builtin_t *bp, int argtype)
break;
case mhtype_str:
if (bp->optarg == MHA_OPT_CLEAR)
mh_code_string ("");
/* mhtype_none means that the argument was an escape,
which has left its string value (if any) in the
arg_str register. Therefore, there's no need to
...
...
Please
register
or
sign in
to post a comment