diff options
| author | 2026-01-14 03:08:53 +0100 | |
|---|---|---|
| committer | 2026-01-14 03:08:53 +0100 | |
| commit | 26dd27c435a0d110c924e1fef34ad0f6ae60e251 (patch) | |
| tree | 530278da18c801aa6333c865ec5d0a3f8327b10e /src/bplist.c | |
| parent | 5b3ae4c1326e0c85df906ffea49b97b80b13ceae (diff) | |
| download | libplist-26dd27c435a0d110c924e1fef34ad0f6ae60e251.tar.gz libplist-26dd27c435a0d110c924e1fef34ad0f6ae60e251.tar.bz2 | |
Diffstat (limited to 'src/bplist.c')
| -rw-r--r-- | src/bplist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bplist.c b/src/bplist.c index ca2a556..a2dc957 100644 --- a/src/bplist.c +++ b/src/bplist.c @@ -1168,7 +1168,7 @@ static uint16_t *plist_utf8_to_utf16be(char *unistr, size_t size, size_t *items_ i+=1; } else { // invalid character - PLIST_BIN_ERR("%s: invalid utf8 sequence in string at index %lu\n", __func__, i); + PLIST_BIN_ERR("%s: invalid utf8 sequence in string at index %zu\n", __func__, i); break; } } |
