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
95ce7f60
...
95ce7f60be99167a17d346892f3b813e06dc960c
authored
2003-09-22 08:27:01 +0000
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
(munre_set_regex): Bugfix.
1 parent
3299ba4d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
mailbox/munre.c
mailbox/munre.c
View file @
95ce7f6
...
...
@@ -35,7 +35,7 @@ munre_set_regex (char *str, int caseflag, char **errp)
int
rc
;
int
flags
=
REG_EXTENDED
;
if
(
errp
)
if
(
!
errp
)
*
errp
=
NULL
;
if
(
!
str
)
...
...
Please
register
or
sign in
to post a comment