messages: Don't mix fprintf and utf8_fprintf
commit45a833ffc7cfcad1e649010895aa3fd26f01ad24
authorRafaël Carré <funman@videolan.org>
Fri, 6 Dec 2013 10:25:51 +0000 (6 11:25 +0100)
committerRafaël Carré <funman@videolan.org>
Fri, 6 Dec 2013 10:25:51 +0000 (6 11:25 +0100)
tree5d30f312545d2e320127c89152af8fc836109302
parentb130680e62b99ab153e6233ef70981aa027a887b
messages: Don't mix fprintf and utf8_fprintf

On windows the latter uses the console API under the hood.

This gives VLC output the same format on Linux and on Windows (tested with wine),
rather than printing the pointer ID at the end of the line.
src/misc/messages.c