Changeset 69 in libcf for trunk/src/cf_debug.c


Ignore:
Timestamp:
04/11/13 13:29:41 (11 years ago)
Author:
cheese
Message:

#1 fix typecasting warning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/cf_debug.c

    r67 r69  
    111111    {
    112112        fprintf (fp, "[DEBUG][%s:%d][%s] ", file, line, func);
    113         fprintf (fp, "%06x : ", i);
     113        fprintf (fp, "%06x : ", (unsigned int)i);
    114114
    115115        for (j = 0 ; j < 16 ; j++)
Note: See TracChangeset for help on using the changeset viewer.