mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 22:13:06 +00:00
[NTFS][UDFS] Fix build with NDEBUG undefined (#4171)
- Fix DumpBTreeNode() parameters in ntfs/btree.c - Comment out unused variable in env_spec.cpp - Fix missed brackets in else clause in wcache_lib.cpp
This commit is contained in:
parent
0fd3e51580
commit
9d33a2056e
3 changed files with 6 additions and 5 deletions
|
@ -1128,10 +1128,11 @@ WCacheUpdatePacket(
|
|||
(PVOID)WCacheSectorAddr(block_array, Lba0),
|
||||
BS) != BS);
|
||||
}
|
||||
if(mod)
|
||||
if(mod) {
|
||||
DbgCopyMemory(tmp_buff2 + (i << BSh),
|
||||
(PVOID)WCacheSectorAddr(block_array, Lba0),
|
||||
BS);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue