- Timestamp:
- 07/18/08 19:43:45 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9012 r9013 34 34 - do not write the "Run[0-]*" line for anything else than 35 35 the "Runs" (needs more fixes) 36 37 * mjobs/MSequenceSQL.cc: 38 - added a sanity check 36 39 37 40 -
trunk/MagicSoft/Mars/mjobs/MSequenceSQL.cc
r9011 r9013 309 309 // Request information from database 310 310 TSQLResult *res = serv.Query(query); 311 if (!res) 312 return kFALSE; 313 311 314 const Bool_t rc = GetFromDatabase(serv, *res); 312 315 delete res;
Note:
See TracChangeset
for help on using the changeset viewer.