1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-10-18 16:41:14 +02:00

lib-src/libid3tag: remove warnings...

... with casts between char* and unsigned char*
This commit is contained in:
Paul Licameli
2018-11-13 08:59:25 -05:00
parent 73452e96ee
commit cd4fa7bdb0
3 changed files with 11 additions and 11 deletions

View File

@@ -351,7 +351,7 @@ int v1_attachstr(struct id3_tag *tag, char const *id,
goto fail;
if (text)
id3_latin1_decode(text, ucs4);
id3_latin1_decode((id3_latin1_t const *)text, ucs4);
else
id3_ucs4_putnumber(ucs4, number);