]> git.sesse.net Git - vlc/commit
ncurses: redirect standard error to /dev/null
authorRémi Denis-Courmont <rdenis@simphalempin.com>
Tue, 10 Feb 2009 17:38:41 +0000 (19:38 +0200)
committerRémi Denis-Courmont <rdenis@simphalempin.com>
Tue, 10 Feb 2009 17:38:41 +0000 (19:38 +0200)
commit3af97bb6d9d638a783c27f687f72b989d5b7455c
tree11ec10c0c50dd4e37a136d9639ad5c15d04def6b
parent2c8cdc30b827a523c61b8660b83a5acf8ed9a882
ncurses: redirect standard error to /dev/null

Changing the verbosity at that point is not thread-safe (and trying to
restore the value at ext is somwehat logically flawed). Luckily all the
standard <stdio.h> functions are thread-safe.
modules/gui/ncurses.c