1
0
Fork 0
mirror of git://git.code.sf.net/p/cdesktopenv/code synced 2025-02-15 04:32:24 +00:00

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;
}