mirror of
https://github.com/ladislav-zezula/StormLib.git
synced 2026-01-20 14:47:22 +01:00
+ Optimized loading listfile
This commit is contained in:
@@ -787,7 +787,7 @@ static int BuildFileTableFromBlockTable(
|
||||
pHash->dwBlockIndex = dwNewIndex;
|
||||
|
||||
// Dump the relocation entry
|
||||
printf("Relocating hash entry %08X-%08X: %08X -> %08X\n", pHash->dwName1, pHash->dwName2, dwBlockIndex, dwNewIndex);
|
||||
// printf("Relocating hash entry %08X-%08X: %08X -> %08X\n", pHash->dwName1, pHash->dwName2, dwBlockIndex, dwNewIndex);
|
||||
}
|
||||
|
||||
// Get the pointer to the file entry and the block entry
|
||||
|
||||
Reference in New Issue
Block a user