diff options
-rw-r--r-- | src/FileStream.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/FileStream.cpp b/src/FileStream.cpp index d3b43ad..10f285e 100644 --- a/src/FileStream.cpp +++ b/src/FileStream.cpp @@ -211,7 +211,7 @@ static bool BaseFile_Read( ssize_t bytes_read;
// If the byte offset is different from the current file position,
- // we have to update the file position
+ // we have to update the file position xxx
if(ByteOffset != pStream->Base.File.FilePos)
{
lseek64((intptr_t)pStream->Base.File.hFile, (off64_t)(ByteOffset), SEEK_SET);
|