1
0
atdalīts no xt-sys/exectos

Correct typo in a comment

Šī revīzija ir iekļauta:
2024-03-02 22:27:32 +01:00
vecāks bd6516cdf9
revīzija baaa729076

Parādīt failu

@@ -615,7 +615,7 @@ BlReadFile(IN PEFI_FILE_HANDLE DirHandle,
return Status; return Status;
} }
/* Calculate number of bytes to read and zero memory*/ /* Calculate number of bytes to read and zero memory */
ReadSize = Pages * EFI_PAGE_SIZE; ReadSize = Pages * EFI_PAGE_SIZE;
*FileData = (PCHAR)(UINT_PTR)Address; *FileData = (PCHAR)(UINT_PTR)Address;
RtlZeroMemory(*FileData, ReadSize); RtlZeroMemory(*FileData, ReadSize);