Ignore:
Timestamp:
07/23/18 16:05:26 (6 years ago)
Author:
tbretz
Message:
Protection to fail against 'no data'
File:
1 edited

Legend:

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

    r19076 r19077  
    551551        cout << count << " out of " << num << " row(s) read from file [N=" << first << ".." << num-1 << "]." << endl;
    552552
     553    if (count==0)
     554    {
     555        if (verbose>0)
     556            cout << "Total execution time: " << Time().UnixTime()-start.UnixTime() << "s\n" << endl;
     557        return 0;
     558    }
     559
    553560    // -------------------------------------------------------------------------
    554561
Note: See TracChangeset for help on using the changeset viewer.