mirror of
https://github.com/aaru-dps/fstester.git
synced 2025-12-16 19:24:39 +00:00
Fix typo.
This commit is contained in:
@@ -676,7 +676,7 @@ void Timestamps(const char* path)
|
||||
status.ftimeCreation.twosecs * 2,
|
||||
"all");
|
||||
|
||||
wRc = DosWrite(handle, &essage, strlen(message), &actionTaken);
|
||||
wRc = DosWrite(handle, &message, strlen(message), &actionTaken);
|
||||
tRc = DosSetFileInfo(handle, 1, (PBYTE)&status, status_size);
|
||||
cRc = DosClose(handle);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user