From bff3599502e8990f848f39be055d6575e21e76e8 Mon Sep 17 00:00:00 2001 From: Ladislav Date: Fri, 20 Jun 2014 23:25:28 +0200 Subject: + Test commit --- src/FileStream.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3