- Timestamp:
- 10/10/06 17:29:12 (18 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r8044 r8045 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/10/10 Thomas Bretz 21 22 * datacenter/macros/writesequencefile.C: 23 - fixed a possible crash in GetName 24 25 26 20 27 2006/10/10 Daniela Dorner 21 28 -
trunk/MagicSoft/Mars/datacenter/macros/writesequencefile.C
r7983 r8045 102 102 103 103 TSQLRow *row = res->Next(); 104 return (*row)[0];104 return row ? (*row)[0] : ""; 105 105 } 106 106
Note:
See TracChangeset
for help on using the changeset viewer.