mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-23 06:53:43 +00:00
FS refactoring, 64-bit timestamps
This commit is contained in:
@@ -90,7 +90,7 @@ Boolean CreateNewHouse (void)
|
||||
return (false);
|
||||
}
|
||||
|
||||
theErr = FSpCreate(theSpec, 'ozm5', 'gliH');
|
||||
theErr = fm->CreateFileAtCurrentTime(theSpec.m_dir, theSpec.m_name, 'ozm5', 'gliH');
|
||||
if (!CheckFileError(theErr, PSTR("New House")))
|
||||
return (false);
|
||||
HCreateResFile(theSpec.m_dir, theSpec.m_name);
|
||||
|
Reference in New Issue
Block a user