wez Tue Jul 13 13:14:49 2004 EDT
Modified files:
/php-src/ext/standard html.c
Log:
add missing break
http://cvs.php.net/diff.php/php-src/ext/standard/html.c?r1=1.96&r2=1.97&ty=u
Index: php-src/ext/standard/html.c
diff -u php-src/ext/standard/html.c:1.96 php-src/ext/standard/html.c:1.97
--- php-src/ext/standard/html.c:1.96 Sat Apr 17 19:08:02 2004
+++ php-src/ext/standard/html.c Tue Jul 13 13:14:49 2004
@@ -18,7 +18,7 @@
+----------------------------------------------------------------------+
*/
-/* $Id: html.c,v 1.96 2004/04/17 23:08:02 derick Exp $ */
+/* $Id: html.c,v 1.97 2004/07/13 17:14:49 wez Exp $ */
/*
* HTML entity resources:
@@ -549,6 +549,7 @@
case 0x50: /* 6, 2nd */
utf |= ((this_char &
0x3f) << 24);
stat++;
+ break;
default:
/* invalid */
more = 0;
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php