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
491bec23
...
491bec23a77b19df8b9c0442696ce57e3fc5c604
authored
2017-06-06 19:16:34 +0300
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Bugfix
* mh/mh_whatnow.c (edit): Initialize ws.ws_env
1 parent
66da33c3
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/mh_whatnow.c
mh/mh_whatnow.c
View file @
491bec2
...
...
@@ -420,6 +420,7 @@ edit (struct mh_whatnow_env *wh, int argc, char **argv, int *whs)
{
struct
mu_wordsplit
ws
;
extern
char
**
environ
;
ws
.
ws_env
=
(
char
const
**
)
environ
;
if
(
mu_wordsplit
(
ed
,
&
ws
,
MU_WRDSF_QUOTE
|
MU_WRDSF_SQUEEZE_DELIMS
...
...
Please
register
or
sign in
to post a comment