X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/94e1f16d6033683bdebaf5092f64c58bc044dd2d..f1fed05bfbcf83b7d504ea68d136c4a923d070ea:/src/src/filter.c diff --git a/src/src/filter.c b/src/src/filter.c index 0b3ef8b2d..01571218c 100644 --- a/src/src/filter.c +++ b/src/src/filter.c @@ -2,7 +2,7 @@ * Exim - an Internet mail transport agent * *************************************************/ -/* Copyright (c) University of Cambridge 1995 - 2015 */ +/* Copyright (c) University of Cambridge 1995 - 2017 */ /* See the file NOTICE for conditions of use and distribution. */ @@ -2322,7 +2322,7 @@ while (commands != NULL) { *error_pointer = string_sprintf("Bad time value for \"once_repeat\" " "in mail or vacation command: %s", - commands->args[mailarg_index_once_repeat]); + commands->args[mailarg_index_once_repeat].u); return FF_ERROR; } }