[EXIM] typo in 2.952 filter.c ?

Top Page
Delete this message
Reply to this message
Author: James FitzGibbon
Date:  
To: exim-users
Subject: [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/ ***