1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-01 22:30:11 +01: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

@@ -116,7 +116,7 @@ id3_length_t id3_render_latin1(id3_byte_t **ptr,
id3_length_t size;
if (latin1 == 0)
latin1 = "";
latin1 = (id3_latin1_t const *)"";
size = id3_latin1_size(latin1);
if (!terminate)