mirror of
https://github.com/claunia/flac.git
synced 2025-12-16 18:54:26 +00:00
fixes to remove warnings from gcc-4.0.0
This commit is contained in:
@@ -225,7 +225,7 @@ void write_vc_field(const char *filename, const FLAC__StreamMetadata_VorbisComme
|
||||
*/
|
||||
char *converted;
|
||||
|
||||
if(utf8_decode(entry->entry, &converted) >= 0) {
|
||||
if(utf8_decode((const char *)entry->entry, &converted) >= 0) {
|
||||
(void) local_fwrite(converted, 1, strlen(converted), f);
|
||||
free(converted);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user