Changeset 7857 for trunk/MagicSoft
- Timestamp:
- 08/05/06 18:44:45 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7853 r7857 22 22 * datacente/macros/fillsignal.C: 23 23 - still searched for tabs DiffHi and DiffLo... fixed. 24 - added a missing comma in the sql query 24 25 25 26 * mbase/MLog.cc, mbase/MLogHtml.cc: … … 27 28 - fixed length argument for the case </> are replaced by html-code 28 29 30 * datacenter/macros/checkstardone.C: 31 - fixed. was completely broken, didn't even compile. 29 32 30 33 -
trunk/MagicSoft/Mars/datacenter/macros/checkstardone.C
r7856 r7857 74 74 } 75 75 76 TString rc = (*res)[0]; 76 TSQLRow *row = res->Next(); 77 if (!row) 78 return ""; 79 80 TString rc = (*row)[0]; 77 81 78 82 delete res;
Note:
See TracChangeset
for help on using the changeset viewer.