This commit is contained in:
gibbed 2014-01-20 07:30:18 -08:00
parent 592b1974f2
commit 8e5da8d853
1 changed files with 1 additions and 1 deletions

View File

@ -423,7 +423,7 @@ SHIM_CALL NtQueryInformationFile_shim(
// Read timeout.
if (length == 4) {
info = 4;
SHIM_SET_MEM_64(file_info_ptr, 0); // TODO(gibbed): determine how we figure this out
SHIM_SET_MEM_32(file_info_ptr, 0); // TODO(gibbed): determine how we figure this out
} else {
result = X_STATUS_INFO_LENGTH_MISMATCH;
}