dtimsstart: Fix derp in previoua fix set
This commit is contained in:
parent
62ee95bce2
commit
17a80f4933
|
|
@ -1643,7 +1643,7 @@ int put_msg_win(type, msg)
|
|||
WaitingDialogReply = True;
|
||||
}
|
||||
|
||||
return reply = XmCR_OK ? True : False;
|
||||
return (reply == XmCR_OK) ? True : False;
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue