mirror of
https://github.com/nunuhara/xsystem4.git
synced 2026-09-22 23:18:01 +03:00
Fix vmMsgSkip.Query
It should return true only if message skip is turned on.
This commit is contained in:
+1
-1
@@ -169,7 +169,7 @@ static int vmMsgSkip_Query(possibly_unused int handle, int msgnum)
|
||||
int r = MsgSkip_GetFlag(msgnum);
|
||||
// vmMsgSkip does not have an explicit set function.
|
||||
MsgSkip_SetFlag(msgnum);
|
||||
return r;
|
||||
return state && r;
|
||||
}
|
||||
|
||||
HLL_LIBRARY(vmMsgSkip,
|
||||
|
||||
Reference in New Issue
Block a user