Changeset 68 in libcf for trunk/src/cf_codec.c


Ignore:
Timestamp:
04/11/13 13:25:37 (11 years ago)
Author:
cheese
Message:

#1 fix hex codec bug and add codec to windows project

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_codec.c

    r66 r68  
    5151        hex[iter + 1] = hexchar[((*(ptr))     ) & 0x0f];
    5252    }
    53     hex[count] = '\0';
     53    hex[count - 1] = '\0';
    5454
    5555    return CF_OK;
Note: See TracChangeset for help on using the changeset viewer.