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
c07e3d27
...
c07e3d27fa138c5722eb84c51f2557bcd77b5704
authored
2003-04-11 11:01:50 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(qp_decode): Bugfix.
1 parent
19fc2600
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/filter_trans.c
mailbox/filter_trans.c
View file @
c07e3d2
...
...
@@ -440,7 +440,7 @@ qp_decode (const char *iptr, size_t isize, char *optr, size_t osize,
char
chr
[
3
];
int
new_c
;
chr
[
3
]
=
0
;
chr
[
2
]
=
0
;
chr
[
0
]
=
*
iptr
++
;
/* Ignore LF. */
if
(
chr
[
0
]
!=
'\n'
)
...
...
Please
register
or
sign in
to post a comment