1
0
mirror of https://github.com/bobranten/Ext4Fsd.git synced 2026-03-16 05:10:37 -05:00

removed an unused variable

This commit is contained in:
Bo Branten
2025-12-24 02:11:07 +01:00
parent 7acc925637
commit 3158b917a2

View File

@@ -972,7 +972,6 @@ ProcessNextEntry:
errorout: errorout:
((PULONG)((PUCHAR)Buffer + fc.efc_prev))[0] = 0; ((PULONG)((PUCHAR)Buffer + fc.efc_prev))[0] = 0;
FileIndex = ByteOffset;
if (Status == STATUS_BUFFER_OVERFLOW) { if (Status == STATUS_BUFFER_OVERFLOW) {
/* just return fc.efc_start/EntrySize bytes that we filled */ /* just return fc.efc_start/EntrySize bytes that we filled */