Changeset 6204
- Timestamp:
- Jun 16, 2008, 10:15:53 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/libtransmission/utils.c
r6203 r6204 399 399 while( *a && ( tolower( *(uint8_t*)a ) == tolower( *(uint8_t*)b ) ) ) 400 400 ++a, ++b; 401 return tolower( *(uint8_t*) s1) - tolower(*(uint8_t*)s2);401 return tolower( *(uint8_t*)a) - tolower(*(uint8_t*)b ); 402 402 #endif 403 403 }
Note: See TracChangeset
for help on using the changeset viewer.