mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
Split r3159..r3161, part 3, addendum 1: add a forgotten "Bfstat".
git-svn-id: https://svn.eduke32.com/eduke32@3171 1a8010ca-5511-0410-912e-c29ae57300e0
This commit is contained in:
parent
274726be9b
commit
5485206c03
1 changed files with 1 additions and 1 deletions
|
@ -165,7 +165,7 @@ int32_t ScanGroups(void)
|
|||
|
||||
fh = openfrompath(sidx->name, BO_RDONLY|BO_BINARY, BS_IREAD);
|
||||
if (fh < 0) continue;
|
||||
if (fstat(fh, &st)) continue;
|
||||
if (Bfstat(fh, &st)) continue;
|
||||
|
||||
initprintf(" Checksumming %s...", sidx->name);
|
||||
crc32init((uint32_t *)&crcval);
|
||||
|
|
Loading…
Reference in a new issue