mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2026-05-22 00:00:03 -04:00
Fixed bugs in Seekable implementations.
This commit is contained in:
+1
-1
@@ -138,7 +138,7 @@ abstract class AbstractCachedSeekableStream extends SeekableInputStream {
|
||||
}
|
||||
}
|
||||
}
|
||||
else if (streamPosition >= pPosition) {
|
||||
else /*if (streamPosition >= pPosition) */ {
|
||||
// Seek backwards into the cache
|
||||
cache.seek(pPosition);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user