utf8: change return type of utf8_encoded_expected_len() to size_t
authorLennart Poettering <lennart@poettering.net>
Wed, 18 Jul 2018 10:30:00 +0000 (12:30 +0200)
committerLennart Poettering <lennart@poettering.net>
Tue, 25 Sep 2018 13:57:47 +0000 (15:57 +0200)
commit7c4218578466e128a9cff42ff95d58deab16637e
treea6e99c2cb849d4e1e21f40a3c43dd0157e542bce
parent07667be733e1976bb7864bf54ad7c03e9464ee87
utf8: change return type of utf8_encoded_expected_len() to size_t

After all it returns a lengths of a string in chars, and hence should
return size_t, exactly like strlen().
src/basic/utf8.c