diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-23 17:28:20 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2008-03-23 17:28:20 +0000 |
| commit | 2efb8d4561b98d362f32328df5c3a9171502d886 (patch) | |
| tree | 44078a0ae43797f37df1463debebc867dc839638 /src/plugins/Output/alsa | |
| parent | 6a0e9d9d815674bedccbcc8e4ba6c25dc52fa3df (diff) | |
| download | qmmp-2efb8d4561b98d362f32328df5c3a9171502d886.tar.gz qmmp-2efb8d4561b98d362f32328df5c3a9171502d886.tar.bz2 qmmp-2efb8d4561b98d362f32328df5c3a9171502d886.zip | |
alsa plugin: fixed regression
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@293 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/Output/alsa')
| -rw-r--r-- | src/plugins/Output/alsa/outputalsa.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/Output/alsa/outputalsa.cpp b/src/plugins/Output/alsa/outputalsa.cpp index e88ae6474..ed150d1b7 100644 --- a/src/plugins/Output/alsa/outputalsa.cpp +++ b/src/plugins/Output/alsa/outputalsa.cpp @@ -202,7 +202,7 @@ bool OutputALSA::initialize() { m_inited = m_pause = m_play = m_userStop = FALSE; - if (!pcm_handle) + if (pcm_handle) return FALSE; m_currentSeconds = -1; |
