Changeset 124 for branches/samba-3.0/source/tdb/tools
- Timestamp:
- Mar 12, 2008, 9:08:18 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/tdb/tools/tdbtool.c
r39 r124 152 152 printf("[%03X] ",i); 153 153 for (i=0;i<len;) { 154 printf("%02X ",(int) buf[i]);154 printf("%02X ",(int)((unsigned char)buf[i])); 155 155 i++; 156 156 if (i%8 == 0) printf(" ");
Note:
See TracChangeset
for help on using the changeset viewer.