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
f2462a1c
...
f2462a1c2892ffaad73ca256b66940dd19753810
authored
2003-01-18 21:56:41 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(util_token): Fixed comment.
1 parent
cd508033
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
imap4d/util.c
imap4d/util.c
View file @
f2462a1
...
...
@@ -58,7 +58,7 @@ util_getitem (char *s, const char *delim, char **save)
return
strtok_r
(
s
,
delim
,
save
);
}
/* Stop a
the first char that IMAP4 represent as a special characters.
*/
/* Stop a
t the first char that represents an IMAP4 special character.
*/
int
util_token
(
char
*
buf
,
size_t
len
,
char
**
ptr
)
{
...
...
Please
register
or
sign in
to post a comment