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