- Timestamp:
- 09/27/06 13:31:27 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7975 r7977 34 34 datacenter/db/statussbs.php, datacenter/db/statussps.php: 35 35 - fixed calling of PrintMagicTable 36 37 * datacenter/macros/checkfileavail.C: 38 - fixed bug 36 39 37 40 -
trunk/MagicSoft/Mars/datacenter/macros/checkfileavail.C
r7859 r7977 79 79 TSQLRow *row = res->Next(); 80 80 81 TString r c= row ? (*row)[0] : "";81 TString ret = row ? (*row)[0] : ""; 82 82 83 83 delete res; 84 84 85 return r c;85 return ret; 86 86 } 87 87
Note:
See TracChangeset
for help on using the changeset viewer.