mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
Fixed a minor bug in CcSetFileSizes.
svn path=/trunk/; revision=3033
This commit is contained in:
@@ -94,7 +94,6 @@ CcSetFileSizes (
|
||||
current_entry = current_entry->Flink;
|
||||
if (current->FileOffset > FileSizes->AllocationSize.QuadPart)
|
||||
{
|
||||
current_entry = current_entry->Flink;
|
||||
CcRosFreeCacheSegment(Bcb, current);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user