mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
This commit is contained in:
parent
e039eeda07
commit
b20707793c
1 changed files with 1 additions and 1 deletions
|
|
@ -102,7 +102,7 @@ bool FileInputStream::setPosition (int64 pos)
|
|||
{
|
||||
pos = jlimit ((int64) 0, totalSize, pos);
|
||||
|
||||
needToSeek = currentPosition != pos;
|
||||
needToSeek |= currentPosition != pos;
|
||||
currentPosition = pos;
|
||||
|
||||
return true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue