Changeset 1424 for trunk


Ignore:
Timestamp:
06/20/08 12:32:56 (16 years ago)
Author:
Malte Marquarding
Message:

Fix for ticket #135. Regular expression in source name matching was incorrect need '()' instead of '[]'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/STFiller.cpp

    r1410 r1424  
    287287    *fieldnCol = fieldName;
    288288    // try to auto-identify if it is on or off.
    289     Regex rx(".*[e|w|_R]$");
     289    Regex rx(".*(e|w|_R)$");
    290290    Regex rx2("_S$");
    291291    Int match = srcName.matches(rx);
Note: See TracChangeset for help on using the changeset viewer.