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
1a8279af
...
1a8279af0d705aa7121805613fcba9963fb1b4ec
authored
2010-11-18 10:47:42 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Minor fix.
* mh/prompter.c (main): Append terminating \0 to the opool.
1 parent
820568fb
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mh/prompter.c
mh/prompter.c
View file @
1a8279a
...
...
@@ -248,6 +248,7 @@ main (int argc, char **argv)
}
while
(
cont
);
mu_opool_append_char
(
opool
,
0
);
newval
=
mu_opool_finish
(
opool
,
NULL
);
if
(
!
is_empty_string
(
newval
))
mu_stream_printf
(
tmp
,
"%s: %s
\n
"
,
name
,
newval
);
...
...
Please
register
or
sign in
to post a comment