diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-20 18:29:37 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2007-08-20 18:29:37 +0000 |
| commit | 3005121db65b4d0ce8829755eb9a43d8e94d17ba (patch) | |
| tree | e45f3e74d8ace89be65f658b349fdfc20b0df41f /lib/decoder.h | |
| parent | 47b9040ab056e2f3cf42462b5031b108930c78ce (diff) | |
| download | qmmp-3005121db65b4d0ce8829755eb9a43d8e94d17ba.tar.gz qmmp-3005121db65b4d0ce8829755eb9a43d8e94d17ba.tar.bz2 qmmp-3005121db65b4d0ce8829755eb9a43d8e94d17ba.zip | |
some changes
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@113 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'lib/decoder.h')
| -rw-r--r-- | lib/decoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/decoder.h b/lib/decoder.h index 0aa1f7a5d..de1e2d00a 100644 --- a/lib/decoder.h +++ b/lib/decoder.h @@ -40,7 +40,7 @@ public: m_type = st.type(); if (m_type == Info) m_tag = new FileTag(*st.tag()); - if (m_type == Error) + else if (m_type == Error) m_error_msg = new QString(*st.errorMessage()); } |
