Changeset 9013 for trunk


Ignore:
Timestamp:
07/18/08 19:43:45 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r9012 r9013  
    3434     - do not write the "Run[0-]*" line for anything else than
    3535       the "Runs" (needs more fixes)
     36
     37   * mjobs/MSequenceSQL.cc:
     38     - added a sanity check
    3639
    3740
  • trunk/MagicSoft/Mars/mjobs/MSequenceSQL.cc

    r9011 r9013  
    309309    // Request information from database
    310310    TSQLResult *res = serv.Query(query);
     311    if (!res)
     312        return kFALSE;
     313
    311314    const Bool_t rc = GetFromDatabase(serv, *res);
    312315    delete res;
Note: See TracChangeset for help on using the changeset viewer.