[EXIM] typo in 2.952 filter.c ?

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: James FitzGibbon
Fecha:  
A: exim-users
Asunto: [EXIM] typo in 2.952 filter.c ?
Is is just me, or is this a typo ? :

filter.c:2246

*error_pointer = string_sprintf("Bad time value for \"once_repeat" "
in mail or vacation command: %s\n",
commands->args[mailarg_index_once_repeat]);

Unless I'm being stupid, shouldn't it look like this ?

*error_pointer = string_sprintf("Bad time value for \"once_repeat\" "
"in mail or vacation command: %s\n",
commands->args[mailarg_index_once_repeat]);

Compilation fails with the first block and succeeds with the second one...

--
j.

James FitzGibbon (JF647)                                        james@???
EHLO Solutions                                       Voice/Fax +1 416 410-0100


--
*** Exim information can be found at http://www.exim.org/ ***