dtksh: fix 32b/64b issues with XmTextGetString and XmTextFieldGetString
authorJon Trulson <jon@radscan.com>
Sun, 8 Mar 2020 21:05:48 +0000 (15:05 -0600)
committerJon Trulson <jon@radscan.com>
Mon, 9 Mar 2020 21:37:59 +0000 (15:37 -0600)
commit6f1a110e1d20b253a127e198f060a474117f3278
tree1504ea2962ea76c62dc307bc4ebd0458aeef5ca6
parent83ef13af18fb8e22b534af82be5caff5ba4e2b6f
dtksh: fix 32b/64b issues with XmTextGetString and XmTextFieldGetString

Some of these functions were returning pointers cast as integers,
which of course is bad on a 64b LP64 systems.

This code should probably just be refactored at some point.  There may
be other hidden issues, and all the casting just sucks.
cde/programs/dtksh/xmcmds.c