Ongoing refactoring (use size_t instead of int)

This commit is contained in:
Mike Gelfand
2015-12-25 10:19:50 +00:00
parent 008730d02c
commit 4a4badd4af
19 changed files with 77 additions and 74 deletions

View File

@@ -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