diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-19 19:01:52 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-01-19 19:01:52 +0000 |
| commit | 38439084f17b14faff7469e013bb14ebd6c53f49 (patch) | |
| tree | 16ee75b0dbc8d0d3e7a9107a8acc6a336c982927 /src | |
| parent | da5aa1b487fabedd1e7c29498d27ed364456367c (diff) | |
| download | qmmp-38439084f17b14faff7469e013bb14ebd6c53f49.tar.gz qmmp-38439084f17b14faff7469e013bb14ebd6c53f49.tar.bz2 qmmp-38439084f17b14faff7469e013bb14ebd6c53f49.zip | |
fixed seeking
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1516 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src')
| -rw-r--r-- | src/qmmp/recycler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |
