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
46284e57
...
46284e57fa3d3b1450fa778f62ccc220a688f9b4
authored
2002-12-26 10:19:22 +0000
by
Wojciech Polak
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Enabled NLS.
1 parent
ceef7055
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sieve/sieve.c
sieve/sieve.c
View file @
46284e5
...
...
@@ -308,7 +308,7 @@ main (int argc, char *argv[])
int
(
*
debugfp
)
__P
((
mu_debug_t
,
size_t
level
,
const
char
*
,
va_list
));
/* Native Language Support */
/* mu_init_nls (); */
mu_init_nls
();
sieve_argp_init
();
rc
=
mu_argp_parse
(
&
argp
,
&
argc
,
&
argv
,
ARGP_IN_ORDER
,
sieve_argp_capa
,
...
...
Please
register
or
sign in
to post a comment