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
02ce501a
...
02ce501ad40d661045abc67f280bfd3d06bd81b7
authored
2009-02-19 17:41:41 +0100
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
* imap4d/util.c (imap4d_readline): Bugfix.
1 parent
45540e1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
imap4d/util.c
imap4d/util.c
View file @
02ce501
...
...
@@ -1360,6 +1360,8 @@ imap4d_readline (struct imap4d_tokbuf *tok)
if
(
transcript
)
mu_diag_output
(
MU_DIAG_DEBUG
,
"recv: %s"
,
tok
->
buffer
);
imap4d_tokbuf_tokenize
(
tok
,
off
);
if
(
tok
->
argc
==
0
)
break
;
last_arg
=
tok
->
buffer
+
tok
->
argp
[
tok
->
argc
-
1
];
if
(
last_arg
[
0
]
==
'{'
&&
last_arg
[
strlen
(
last_arg
)
-
1
]
==
'}'
)
{
...
...
Please
register
or
sign in
to post a comment