X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/87359fb001c9fb4d450a35a0b5f6642c16c78c34..89b1a5980cf39a0f34186a4c91c3b316c7b2f831:/src/src/expand.c diff --git a/src/src/expand.c b/src/src/expand.c index 291db426a..41860d93b 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -5261,7 +5261,7 @@ while (*s) if (!(f = Ufopen(sub_arg[0], "rb"))) { - expand_string_message = string_open_failed(errno, "%s", sub_arg[0]); + expand_string_message = string_open_failed("%s", sub_arg[0]); goto EXPAND_FAILED; }