Fixed comment.
This commit is contained in:
parent
3a43eef4fe
commit
3a093d4c84
|
@ -531,7 +531,7 @@ dword_result_t NtQueryInformationFile(dword_t file_handle,
|
||||||
assert_true(length == 4);
|
assert_true(length == 4);
|
||||||
/*
|
/*
|
||||||
// This is wrong and puts files into wrong states for games that use
|
// This is wrong and puts files into wrong states for games that use
|
||||||
XctdDecompression.
|
// XctdDecompression.
|
||||||
uint32_t magic;
|
uint32_t magic;
|
||||||
size_t bytes_read;
|
size_t bytes_read;
|
||||||
result = file->Read(&magic, sizeof(magic), 0, &bytes_read);
|
result = file->Read(&magic, sizeof(magic), 0, &bytes_read);
|
||||||
|
|
Loading…
Reference in New Issue