diff --git a/cde/programs/dtimsstart/win.c b/cde/programs/dtimsstart/win.c index 8979f5b52..31d8948f2 100644 --- a/cde/programs/dtimsstart/win.c +++ b/cde/programs/dtimsstart/win.c @@ -1643,7 +1643,7 @@ int put_msg_win(type, msg) WaitingDialogReply = True; } - return reply = XmCR_OK ? True : False; + return (reply == XmCR_OK) ? True : False; }