ph10 2005/10/12 12:20:41 BST
Modified files:
exim-src/src expand.c
Log:
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...
Revision Changes Path
1.46 +1 -1 exim/exim-src/src/expand.c
Index: expand.c
===================================================================
RCS file: /home/cvs/exim/exim-src/src/expand.c,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- expand.c 12 Oct 2005 11:00:34 -0000 1.45
+++ expand.c 12 Oct 2005 11:20:41 -0000 1.46
@@ -1,4 +1,4 @@
-/* $Cambridge: exim/exim-src/src/expand.c,v 1.45 2005/10/12 11:00:34 ph10 Exp $ */
+/* $Cambridge: exim/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 @@
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: