- Timestamp:
- Jun 6, 2003, 8:42:06 AM (21 years ago)
- Branches:
- master, barnowl_perlaim, debian, owl, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
- Children:
- d559df9
- Parents:
- 22fcd366
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
text.c
r75e3879 rdafd919 142 142 ptr2=strchr(ptr1, '<'); 143 143 144 /* if no t, copy in from here to end and exit */144 /* if none, copy in from here to end and exit */ 145 145 if (ptr2==NULL) { 146 146 strcat(out, ptr1); … … 164 164 /* look for things we know */ 165 165 if (!strncasecmp(ptr2, "<BODY ", 6) || 166 !strncasecmp(ptr2, "<FONT ", 6) ||166 !strncasecmp(ptr2, "<FONT", 5) || 167 167 !strncasecmp(ptr2, "<HTML", 5) || 168 168 !strncasecmp(ptr2, "</FONT", 6) ||
Note: See TracChangeset
for help on using the changeset viewer.