fix error codes handling
commit6b396bfbf20b74e981c5c036bf9c2c472f654419
authorAndrzej Rybczak <electricityispower@gmail.com>
Tue, 23 Mar 2010 21:56:14 +0000 (23 22:56 +0100)
committerAndrzej Rybczak <electricityispower@gmail.com>
Tue, 23 Mar 2010 21:56:14 +0000 (23 22:56 +0100)
tree017bddbf0dcba8fd06f80ea9c2bcc94bf5f98818
parent08e9b0ee3d87a06c5b68569bc05f98e844c2b7b0
fix error codes handling

MPD_ERROR_* and MPD_SERVER_ERROR_* flags can have the same
value, so we need to store it separately in error_code.
src/mpdpp.cpp
src/status.cpp