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
4e2c4c91
...
4e2c4c917d98b627a3b762f2224e7d30cd2914ca
authored
2008-05-28 14:26:13 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(SOFTBRK): Remove unused macro.
1 parent
24226e65
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
9 deletions
mailbox/filter_trans.c
mailbox/filter_trans.c
View file @
4e2c4c9
...
...
@@ -274,15 +274,6 @@ qp_decode (const char *iptr, size_t isize, char *optr, size_t osize,
return
consumed
-
wscount
;
}
#define SOFTBRK() \
/* check if we have enough room for the soft linebreak */
\
if (*nbytes + 2 > osize) \
break;\
*optr++ = '=';\
*optr++ = '\n';\
(*nbytes) += 2;\
*line_len = 0;
static
int
qp_encode
(
const
char
*
iptr
,
size_t
isize
,
char
*
optr
,
size_t
osize
,
size_t
*
nbytes
,
int
*
line_len
)
...
...
Please
register
or
sign in
to post a comment