Commit 25b96f40 authored by schreibfaul1's avatar schreibfaul1

eof -> reset resumeFilePos

parent 70a5c180
...@@ -3152,6 +3152,8 @@ exit: ...@@ -3152,6 +3152,8 @@ exit:
} }
m_audioCurrentTime = 0; m_audioCurrentTime = 0;
m_audioFileDuration = 0; m_audioFileDuration = 0;
m_resumeFilePos = -1;
m_haveNewFilePos = 0;
return; return;
} }
if(byteCounter == audiofile.size()) { f_fileDataComplete = true; } if(byteCounter == audiofile.size()) { f_fileDataComplete = true; }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment