From 8fa90c70e43da97526180a85e6da4f9c9862a0be Mon Sep 17 00:00:00 2001 From: mpohoreski Date: Tue, 7 Mar 2006 18:15:45 +0000 Subject: [PATCH] DiskProtect() -> DiskSetProtect() --- AppleWin/source/Debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppleWin/source/Debug.cpp b/AppleWin/source/Debug.cpp index 51990351..f089c409 100644 --- a/AppleWin/source/Debug.cpp +++ b/AppleWin/source/Debug.cpp @@ -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