Skip to content

Commit 018b4ac

Browse files
authored
Set metaflac version stdout/stderr to UTF-8 on WIN32 (#812)
Replace one last call to printf() with flac_printf() that was missed on commit dda3e77
1 parent 1507800 commit 018b4ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/metaflac/operations.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ FLAC__bool do_operations(const CommandLineOptions *options)
104104

105105
void show_version(void)
106106
{
107-
printf("metaflac %s\n", FLAC__VERSION_STRING);
107+
flac_printf("metaflac %s\n", FLAC__VERSION_STRING);
108108
}
109109

110110
FLAC__bool do_major_operation(const CommandLineOptions *options)

0 commit comments

Comments
 (0)