Changeset 9382 for trunk/libtransmission/utils.c
- Timestamp:
- Oct 22, 2009, 6:48:26 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.c
r9345 r9382 908 908 const uint8_t * sha1 ) 909 909 { 910 static const char hex[] = "0123456789 ABCDEF";910 static const char hex[] = "0123456789abcdef"; 911 911 int i; 912 912
Note: See TracChangeset
for help on using the changeset viewer.