diff options
author | unknown <E:\Ladik\Mail> | 2015-04-21 19:36:13 +0200 |
---|---|---|
committer | unknown <E:\Ladik\Mail> | 2015-04-21 19:36:13 +0200 |
commit | 5747ad4910966b27b4da3f0d0e5f085697e5bf7b (patch) | |
tree | 5e003449eec18c2f99d10dda2796b77a43b5e86c /src/SFileGetFileInfo.cpp | |
parent | 68e2c2527db10dcfdd9fdc2219c7fe9784abf738 (diff) |
+ Defragmenting file table fixed
Diffstat (limited to 'src/SFileGetFileInfo.cpp')
-rw-r--r-- | src/SFileGetFileInfo.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/SFileGetFileInfo.cpp b/src/SFileGetFileInfo.cpp index d6d6da3..f7faea0 100644 --- a/src/SFileGetFileInfo.cpp +++ b/src/SFileGetFileInfo.cpp @@ -376,7 +376,7 @@ bool WINAPI SFileGetFileInfo( if(ha != NULL && ha->pHashTable != NULL) { pvSrcFileInfo = ha->pHashTable; - cbSrcFileInfo = ha->pHeader->dwHashTableSize * sizeof(TMPQHash); + cbSrcFileInfo = ha->dwHashTableSize * sizeof(TMPQHash); nInfoType = SFILE_INFO_TYPE_DIRECT_POINTER; } break; |