diff options
author | Ladislav <Zezula> | 2014-06-20 23:25:28 +0200 |
---|---|---|
committer | Ladislav <Zezula> | 2014-06-20 23:25:28 +0200 |
commit | bff3599502e8990f848f39be055d6575e21e76e8 (patch) | |
tree | 3b2e28a3b391303624c7aaf3eb8ea5ba251fa078 /src | |
parent | 49032636debe483912a65062aee65c9c547b9939 (diff) |
+ Test commitv9.00a
Diffstat (limited to 'src')
-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);
|