mirror of
https://github.com/AppleWin/AppleWin.git
synced 2026-03-11 07:42:06 +00:00
Replace optional pointer with reference in GetCurrentState()
This commit is contained in:
@@ -3685,7 +3685,7 @@ Update_t CmdDisk (int nArgs)
|
||||
return HelpLastCommand();
|
||||
|
||||
Disk_Status_e eDiskState;
|
||||
LPCTSTR sDiskState = diskCard.GetCurrentState(&eDiskState);
|
||||
LPCTSTR sDiskState = diskCard.GetCurrentState(eDiskState);
|
||||
BYTE nShiftReg = diskCard.GetCurrentShiftReg();
|
||||
|
||||
ConsolePrintFormat(
|
||||
|
||||
Reference in New Issue
Block a user