Changeset 8287 for trunk/MagicSoft/Mars/mreport
- Timestamp:
- 02/01/07 15:57:02 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mreport/MReportCC.cc
r7726 r8287 167 167 while (pos<end) 168 168 { 169 const Char_t hex[ 2] = { pos[0], pos[1]};169 const Char_t hex[3] = { pos[0], pos[1], 0 }; 170 170 pos += 2; 171 171
Note:
See TracChangeset
for help on using the changeset viewer.