mirror of
https://github.com/AppleWin/AppleWin.git
synced 2025-01-10 13:29:56 +00:00
DiskProtect() -> DiskSetProtect()
This commit is contained in:
parent
9141595031
commit
8fa90c70e4
@ -2966,7 +2966,7 @@ Update_t CmdDisk ( int nArgs)
|
||||
if (nArgs == 3)
|
||||
bProtect = g_aArgs[ 3 ].nVal1 ? true : false;
|
||||
|
||||
DiskProtect( iDrive, bProtect );
|
||||
DiskSetProtect( iDrive, bProtect );
|
||||
FrameRefreshStatus(DRAW_LEDS | DRAW_BUTTON_DRIVES);
|
||||
}
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user