Ignore:
Timestamp:
11/14/03 17:43:04 (21 years ago)
Author:
moralejo
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfilter/MF.cc

    r2406 r2515  
    158158    int l = txt.Length();
    159159    for (int i = 0; i<l; i++)
    160         if (!isalnum(txt[i]) && txt[i]!='.')
     160        if (!isalnum(txt[i]) && txt[i]!='.' && txt[i]!=';')
    161161            return i;
    162162
Note: See TracChangeset for help on using the changeset viewer.