From 38439084f17b14faff7469e013bb14ebd6c53f49 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Tue, 19 Jan 2010 19:01:52 +0000 Subject: fixed seeking git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1516 90c681e8-e032-0410-971d-27865f9a5e38 --- src/qmmp/recycler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/qmmp/recycler.cpp b/src/qmmp/recycler.cpp index a127baebc..b5970cc24 100644 --- a/src/qmmp/recycler.cpp +++ b/src/qmmp/recycler.cpp @@ -91,7 +91,7 @@ void Recycler::done() void Recycler::clear() { - add_index = current_count = 0; + current_count = 0; } -- cgit v1.2.3-13-gbd6f