mirror of
https://github.com/transmission/transmission.git
synced 2026-04-22 09:49:05 +01:00
Ongoing refactoring (use size_t instead of int)
This commit is contained in:
@@ -151,7 +151,7 @@ Boolean isLegalUTF8Sequence (const UTF8 *source, const UTF8 *sourceEnd);
|
||||
|
||||
|
||||
/* intended to work the same as g_utf8_validate */
|
||||
Boolean tr_utf8_validate (const char * str, int max_len, const char ** end);
|
||||
Boolean tr_utf8_validate (const char * str, size_t max_len, const char ** end);
|
||||
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
Reference in New Issue
Block a user