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
4cb1426d
...
4cb1426d4874c84fbb8002cc2cf1533156382054
authored
2002-12-10 21:25:12 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(i_octet_regex): Removed misleading comment.
1 parent
72a838b1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
libsieve/comparator.c
libsieve/comparator.c
View file @
4cb1426
...
...
@@ -339,7 +339,6 @@ i_octet_matches (const char *pattern, const char *text)
return
fnmatch
(
pattern
,
text
,
0
)
==
0
;
}
/* FIXME */
static
int
i_octet_regex
(
const
char
*
pattern
,
const
char
*
text
)
{
...
...
Please
register
or
sign in
to post a comment