Ignore:
Timestamp:
08/14/18 23:07:03 (6 years ago)
Author:
tbretz
Message:
Fixed size of string
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/src/root2sql.cc

    r19167 r19168  
    325325    if (string(msg).substr(0,24)=="no dictionary for class ")
    326326        return;
    327     if (string(msg).substr(0, 5)=="unknown branch ")
     327    if (string(msg).substr(0,15)=="unknown branch ")
    328328        return;
    329329
Note: See TracChangeset for help on using the changeset viewer.