Ignore:
Timestamp:
02/01/07 15:57:02 (18 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mreport/MReportCC.cc

    r7726 r8287  
    167167    while (pos<end)
    168168    {
    169         const Char_t hex[2] = { pos[0], pos[1] };
     169        const Char_t hex[3] = { pos[0], pos[1], 0 };
    170170        pos += 2;
    171171
Note: See TracChangeset for help on using the changeset viewer.