mirror of
https://github.com/vivier/EMILE.git
synced 2025-03-11 08:32:45 +00:00
macos: correct typo in GetCurrentMode()
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
fe1060c614
commit
a83f6671b6
@ -79,7 +79,7 @@ static inline OSErr GetCurrentMode(short refNum, VDSwitchInfoRec *hwMode)
|
||||
CntrlParam param;
|
||||
|
||||
memset(¶m, 0, sizeof(param));
|
||||
memset(hwMode, 0, sizeof(hwMode));
|
||||
memset(hwMode, 0, sizeof(*hwMode));
|
||||
|
||||
param.csCode = cscGetCurMode;
|
||||
param.ioCRefNum = refNum;
|
||||
|
Loading…
x
Reference in New Issue
Block a user