From f2a388780f83cfd95afa27b01dafe3a683b0e39c Mon Sep 17 00:00:00 2001 From: Ladislav Zezula Date: Fri, 6 Dec 2013 15:20:47 +0100 Subject: + Bug fixes in SFileGetFileInfo, SAttrFileSaveToMpq, SListFileSaveToMpq + FileStream now handles files over 2GB properly + Test under Linux --- src/StormLib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/StormLib.h') diff --git a/src/StormLib.h b/src/StormLib.h index ce65f7f..3659c23 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -413,7 +413,7 @@ typedef enum _SFileInfoClass SFileInfoNameHash2, // The second name hash in the hash table (DWORD) SFileInfoNameHash3, // 64-bit file name hash for the HET/BET tables (ULONGLONG) SFileInfoLocale, // File locale (DWORD) - SFileInfoFileIndex, // Block index (DWORD) + SFileInfoFileIndex, // Block index (DWORD) SFileInfoByteOffset, // File position in the archive (ULONGLONG) SFileInfoFileTime, // File time (ULONGLONG) SFileInfoFileSize, // Size of the file (DWORD) -- cgit v1.2.3