]> granicus.if.org Git - php/commitdiff
Added missing break
authorMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 8 May 2003 16:45:59 +0000 (16:45 +0000)
committerMoriyoshi Koizumi <moriyoshi@php.net>
Thu, 8 May 2003 16:45:59 +0000 (16:45 +0000)
ext/standard/html.c

index e795f018819875fc7c0ccc83434914f87013eaa9..f9c3984b12d448bb45f5cb07fcdea5ea27e4fa5c 100644 (file)
@@ -877,6 +877,7 @@ PHPAPI char *php_unescape_html_entities(unsigned char *old, int oldlen, int *new
                                                replacement[0] = k;
                                                replacement[1] = '\0';
                                                replacement_len = 1;
+                                               break;
 
                                        case cs_big5:
                                        case cs_gb2312: