Oops, I introduced a bug in ${prvstest changes, shown up by building (new)
authorPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 12 Oct 2005 11:20:41 +0000 (11:20 +0000)
committerPhilip Hazel <ph10@hermes.cam.ac.uk>
Wed, 12 Oct 2005 11:20:41 +0000 (11:20 +0000)
tests. Of course, it might have been helpful to do the tests before my
previous commit...

src/src/expand.c

index 7ec3665bb69c2d72386b88183e36950972148aa3..a501cfe0432b59467eb250d398e6161e4fcdb545 100644 (file)
@@ -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: