mirror of
https://github.com/fmang/opustags.git
synced 2025-01-15 12:43:17 +01:00
Fix print_comments when output is not stdout
This commit is contained in:
parent
7206604f85
commit
a1dcc8c47e
@ -177,7 +177,7 @@ void ot::print_comments(const std::list<std::string>& comments, FILE* output)
|
||||
has_control = true;
|
||||
}
|
||||
fwrite(local.data(), 1, local.size(), output);
|
||||
putchar('\n');
|
||||
putc('\n', output);
|
||||
}
|
||||
if (info_lost)
|
||||
fputs("warning: Some tags have been transliterated to your system encoding.\n", stderr);
|
||||
|
Loading…
x
Reference in New Issue
Block a user