dovecot-2.2-pigeonhole: lib-sieve: Fixed parameter validation er...

pigeonhole at rename-it.nl pigeonhole at rename-it.nl
Tue Dec 30 22:01:17 UTC 2014


details:   http://hg.rename-it.nl/dovecot-2.2-pigeonhole/rev/d7fb503ac03e
changeset: 1980:d7fb503ac03e
user:      Stephan Bosch <stephan at rename-it.nl>
date:      Tue Dec 30 22:56:11 2014 +0100
description:
lib-sieve: Fixed parameter validation error message for tagged argument.
It had a whitespace where it didn't belong.

diffstat:

 src/lib-sieve/sieve-validator.c |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 921fd15296c2 -r d7fb503ac03e src/lib-sieve/sieve-validator.c
--- a/src/lib-sieve/sieve-validator.c	Sat Dec 20 18:18:16 2014 +0100
+++ b/src/lib-sieve/sieve-validator.c	Tue Dec 30 22:56:11 2014 +0100
@@ -847,7 +847,7 @@
 			t_strdup_printf(" %d (%s)", arg_pos, arg_name) );
 
 		sieve_argument_validate_error(valdtr, tag,
-			"the :%s tag for the %s %s requires %s as parameter %s, "
+			"the :%s tag for the %s %s requires %s as parameter%s, "
 			"but no parameters were found", sieve_ast_argument_tag(tag),
 			sieve_command_identifier(cmd), sieve_command_type_name(cmd),
 			sieve_ast_argument_type_name(req_type), position);


More information about the dovecot-cvs mailing list