dtimsstart: Fix derp in previoua fix set

This commit is contained in:
Peter Howkins
2018-04-28 23:09:45 +01:00
parent 62ee95bce2
commit 17a80f4933

View File

@@ -1643,7 +1643,7 @@ int put_msg_win(type, msg)
WaitingDialogReply = True;
}
return reply = XmCR_OK ? True : False;
return (reply == XmCR_OK) ? True : False;
}