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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user