Changeset 2515 for trunk/MagicSoft/Mars/mfilter
- Timestamp:
- 11/14/03 17:43:04 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfilter/MF.cc
r2406 r2515 158 158 int l = txt.Length(); 159 159 for (int i = 0; i<l; i++) 160 if (!isalnum(txt[i]) && txt[i]!='.' )160 if (!isalnum(txt[i]) && txt[i]!='.' && txt[i]!=';') 161 161 return i; 162 162
Note:
See TracChangeset
for help on using the changeset viewer.