moriyoshi Wed Oct 23 22:59:01 2002 EDT
Modified files:
/php4/main rfc1867.c
Log:
Fixed build when mbstring is not used - my previous patch is insufficient.
Index: php4/main/rfc1867.c
diff -u php4/main/rfc1867.c:1.121 php4/main/rfc1867.c:1.122
--- php4/main/rfc1867.c:1.121 Wed Oct 23 22:56:28 2002
+++ php4/main/rfc1867.c Wed Oct 23 22:59:01 2002
@@ -16,7 +16,7 @@
| Jani Taskinen <[EMAIL PROTECTED]> |
+----------------------------------------------------------------------+
*/
-/* $Id: rfc1867.c,v 1.121 2002/10/24 02:56:28 moriyoshi Exp $ */
+/* $Id: rfc1867.c,v 1.122 2002/10/24 02:59:01 moriyoshi Exp $ */
/*
* This product includes software developed by the Apache Group
@@ -520,6 +520,8 @@
} else {
*resp++ = start[i];
}
+#else
+ *resp++ = start[i];
#endif
}
}
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php