From 3005121db65b4d0ce8829755eb9a43d8e94d17ba Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 20 Aug 2007 18:29:37 +0000 Subject: some changes git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@113 90c681e8-e032-0410-971d-27865f9a5e38 --- lib/decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/decoder.h') 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()); } -- cgit v1.2.3-13-gbd6f