Ignore:
Timestamp:
Mar 12, 2008, 9:08:18 AM (17 years ago)
Author:
Paul Smedley
Message:

Update source to 3.0.28a

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/tdb/tools/tdbtool.c

    r39 r124  
    152152        printf("[%03X] ",i);
    153153        for (i=0;i<len;) {
    154                 printf("%02X ",(int)buf[i]);
     154                printf("%02X ",(int)((unsigned char)buf[i]));
    155155                i++;
    156156                if (i%8 == 0) printf(" ");
Note: See TracChangeset for help on using the changeset viewer.