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
9bc59f54
...
9bc59f5471cc74db5fef8bccee4423c6a5bbff4f
authored
2010-12-18 00:30:10 +0200
by
Sergey Poznyakoff
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
libmu_sieve: minor fix.
* libmu_sieve/util.c (mu_sieve_error): Fix typo.
1 parent
8bf6d372
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
libmu_sieve/util.c
libmu_sieve/util.c
View file @
9bc59f5
...
...
@@ -213,7 +213,7 @@ mu_sieve_error (mu_sieve_machine_t mach, const char *fmt, ...)
MU_LOG_ERROR
,
MU_LOGMODE_LOCUS
);
if
(
mach
->
identifier
)
mu_stream_printf
(
mach
->
errstream
,
"%s: "
,
mach
->
identifier
);
mu_stream_printf
(
mach
->
errstream
,
fmt
,
ap
);
mu_stream_
v
printf
(
mach
->
errstream
,
fmt
,
ap
);
mu_stream_write
(
mach
->
errstream
,
"
\n
"
,
1
,
NULL
);
va_end
(
ap
);
}
...
...
Please
register
or
sign in
to post a comment