src/gtkimhtml.c

changeset 4997
98022a16490b
parent 4947
b51c8f58eced
child 5012
a6e5bbd44d89
equal deleted inserted replaced
4996:fcdcff58aa34 4997:98022a16490b
1016 case 38: /* HEAD */ 1016 case 38: /* HEAD */
1017 case 39: /* /HEAD */ 1017 case 39: /* /HEAD */
1018 break; 1018 break;
1019 case 40: /* BINARY */ 1019 case 40: /* BINARY */
1020 NEW_BIT (NEW_TEXT_BIT); 1020 NEW_BIT (NEW_TEXT_BIT);
1021 while (pos < len && g_ascii_strncasecmp("</BINARY>", c, strlen("</BINARY>"))) {
1022 c++;
1023 pos++;
1024 }
1025 c = c - tlen; /* Because it will add this later */
1021 break; 1026 break;
1022 case 41: /* /BINARY */ 1027 case 41: /* /BINARY */
1023 break; 1028 break;
1024 case 43: /* FONT (opt) */ 1029 case 43: /* FONT (opt) */
1025 { 1030 {

mercurial