diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-12 11:20:41 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-12 11:20:41 +0000 |
commit | 5a03bd24ee73e09f4bd086654d5ad1fa9b973996 (patch) | |
tree | 8dc8eb3142a066eef38b683aa11eba0efc16d13d | |
parent | 72fdd6ae59ddeb58239ec136f824a894b491ecdf (diff) |
Oops, I introduced a bug in ${prvstest changes, shown up by building (new)
tests. Of course, it might have been helpful to do the tests before my
previous commit...
-rw-r--r-- | src/src/expand.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/src/expand.c b/src/src/expand.c index 7ec3665bb..a501cfe04 100644 --- a/src/src/expand.c +++ b/src/src/expand.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/expand.c,v 1.45 2005/10/12 11:00:34 ph10 Exp $ */ +/* $Cambridge: exim/src/src/expand.c,v 1.46 2005/10/12 11:20:41 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -3530,7 +3530,7 @@ while (*s != 0) We need to make sure all subs are expanded first, so as to skip over the entire item. */ - switch(read_subs(sub_arg, 3, 3, &s, skipping, TRUE, US"prvs")) + switch(read_subs(sub_arg, 2, 1, &s, skipping, TRUE, US"prvs")) { case 1: goto EXPAND_FAILED_CURLY; case 2: |