XtRemoveTimeOut() with value of 0 accvios under 7.3-2, but not under 7.1-2



I have an X-windows GUI app written originally for VMS 7.1-2 that accvios under 7.3-2 when it calls XtRemoveTimeOut with a value of 0.

Running under 7.1-2, the call to XtRemoveTimeOut() with a value of 0 works fine (i.e.: no accvio).

But running under 7.3-2 I get an accvio on the XtRemoveTimeOut() call.

I'd like to check the VMS-specific X windows (or is this considered a part of Motif?) manual with proper usage documented to determine if this is bad code or not.

I've been through the documentation area here: http://h71000.www7.hp.com/doc/ a few times and came up empty. Can anyone point me to either a PDF or HTML version of the VMS-specific manual that contains XtRemoveTimeOut()?

Also, how can I find out of there's an update for the xtlib on 7.3-2 that I can apply to fix this?

.