[cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-02-29 Thread Edmond Orignac
I have noticed something that seems odd with the functions XmTextGetString and XmTextFieldGetString. When these functions are called to read the text typed in an XmText widget, they cause a segmentation fault. However, using XtGetValues instead avoids the segmentation fault. I have the impre

Re: [cdesktopenv-devel] XmTextGetString and XmTextFieldGetString in dtksh

2020-02-29 Thread Jon Trulson
On 2/29/20 4:38 AM, Edmond Orignac wrote: > I have noticed something that seems odd with the functions > XmTextGetString and XmTextFieldGetString. > > When these functions are called to read the text typed in an XmText > widget, they cause a segmentation fault. However, using XtGetValues > instead