Fix typo.

This commit is contained in:
2021-04-05 21:52:34 +01:00
parent ce924f06d4
commit ab3e22d8cc

View File

@@ -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);
}