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
ac1262fb
...
ac1262fb8a5d845c9e16a9679239142d0bf00522
authored
2011-03-09 16:15:53 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
mail: bugfix
* mail/mailline.c (ml_readline_internal): Remove trailing \n.
1 parent
4bcd5c9d
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
mail/mailline.c
mail/mailline.c
View file @
ac1262f
...
@@ -135,6 +135,7 @@ ml_readline_internal ()
...
@@ -135,6 +135,7 @@ ml_readline_internal ()
135
}
135
}
136
if
(
n
==
0
)
136
if
(
n
==
0
)
137
return
NULL
;
137
return
NULL
;
138
mu_rtrim_cset
(
buf
,
"
\n
"
);
138
return
buf
;
139
return
buf
;
139
}
140
}
140
141
...
...
Please
register
or
sign in
to post a comment