DiskProtect() -> DiskSetProtect()

This commit is contained in:
mpohoreski 2006-03-07 18:15:45 +00:00
parent 9141595031
commit 8fa90c70e4
1 changed files with 1 additions and 1 deletions

View File

@ -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