aboutsummaryrefslogtreecommitdiff
path: root/lib/decoder.h
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-20 18:29:37 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2007-08-20 18:29:37 +0000
commit3005121db65b4d0ce8829755eb9a43d8e94d17ba (patch)
treee45f3e74d8ace89be65f658b349fdfc20b0df41f /lib/decoder.h
parent47b9040ab056e2f3cf42462b5031b108930c78ce (diff)
downloadqmmp-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.h2
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());
}