From 065a93f8f0e4a1aad744d37c7b08ce05c0883dad Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Mon, 1 Aug 2016 12:40:58 +0000 Subject: added comment git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@6629 90c681e8-e032-0410-971d-27865f9a5e38 --- src/plugins/Input/mad/decodermadfactory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/Input/mad/decodermadfactory.cpp') diff --git a/src/plugins/Input/mad/decodermadfactory.cpp b/src/plugins/Input/mad/decodermadfactory.cpp index c3aebda8a..5a00979dd 100644 --- a/src/plugins/Input/mad/decodermadfactory.cpp +++ b/src/plugins/Input/mad/decodermadfactory.cpp @@ -87,7 +87,7 @@ bool DecoderMADFactory::canDecode(QIODevice *input) const { input->seek(header.tagSize()); buf_at = input->read(buf, sizeof(buf)); - input->seek(0); + input->seek(0); //restore inital position } } -- cgit v1.2.3-13-gbd6f