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
28a382bd
...
28a382bd985eaf665945e948f2a7428996d99da2
authored
2001-10-17 05:27:30 +0000
by
Alain Magloire
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
len should be type int.
1 parent
3380b97d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/folder_imap.c
mailbox/folder_imap.c
View file @
28a382b
...
...
@@ -937,7 +937,7 @@ imap_quoted_string (f_imap_t f_imap, char **ptr)
{
char
*
bquote
;
int
escaped
=
0
;
size_
t
len
;
in
t
len
;
(
*
ptr
)
++
;
bquote
=
*
ptr
;
...
...
Please
register
or
sign in
to post a comment