dtimsstart: Fix derp in previoua fix set
This commit is contained in:
@@ -1643,7 +1643,7 @@ int put_msg_win(type, msg)
|
|||||||
WaitingDialogReply = True;
|
WaitingDialogReply = True;
|
||||||
}
|
}
|
||||||
|
|
||||||
return reply = XmCR_OK ? True : False;
|
return (reply == XmCR_OK) ? True : False;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user