--- httpd/httpd/branches/1.3.x/src/modules/standard/mod_rewrite.c	2006/07/12 08:16:05	421184
+++ build-tree-apache/apache_1.3.34/src/modules/standard/mod_rewrite.c	2006/07/27 17:09:03	426146
@@ -2736,7 +2736,7 @@
             int c = 0;
 
             token[0] = cp = ap_pstrdup(p, cp);
-            while (*cp && c < 5) {
+            while (*cp && c < 4) {
                 if (*cp == '?') {
                     token[++c] = cp + 1;
                     *cp = '\0';
