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
4d045fbc
...
4d045fbc16d45622daf70c898de4d60dd33a2ca1
authored
2003-03-29 17:00:38 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(i_ascii_casemap_contains): Fixed obsolete label usage.
1 parent
f0cb0e38
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
libsieve/comparator.c
libsieve/comparator.c
View file @
4d045fb
...
...
@@ -456,7 +456,8 @@ i_ascii_casemap_contains (const char *pattern, const char *text)
break
;
if
(
!
(
a
=
*++
haystack
))
goto
ret0
;
shloop:
}
shloop:
;
}
while
(
U
(
a
)
!=
b
);
jin:
if
(
!
(
a
=
*++
haystack
))
...
...
Please
register
or
sign in
to post a comment