Use error_msg() instead of warn() and warn_errno()
commitf8dd9524345bf02ccae1427c417bf5c6dc79d6e3
authorTimo Hirvonen <tihirvon@gmail.com>
Sat, 7 Jul 2007 13:23:34 +0000 (7 16:23 +0300)
committerTimo Hirvonen <tihirvon@gmail.com>
Sat, 7 Jul 2007 13:23:34 +0000 (7 16:23 +0300)
treeebe2e67c6f1aa5e1cb406e97f1d8a017c41bd254
parent36998081d71d1808cf235297a248202acd717f36
Use error_msg() instead of warn() and warn_errno()

This is especially useful when loading a plugin fails:

./cmus: Error: libx264.so.54: cannot open shared object file: No such file or directory
./cmus: Press <enter> to continue.

User can then hit ^C to avoid loading playlist partially (unrecognized
files are ignored).
input.c
options.c
output.c