It looks like this simple function is a never ending source of
pain&trouble. While trying to debug ishmail (featuring various messages
to stderr on alpha-linux) I ran across a remaining problem:
It's defined/declared as
short
_XmReadDragBuffer(XmDndBufMgr bmgr, Boolean read_string,
char *retbuf, short bufsize)
However it seems like short is too short here - and in fact it
is called with a last argument of type >= size_t (being sizeof(Atom) * nents).
What have been the constraints WRT to the signature of this function?
--
Alexander Mai
[EMAIL PROTECTED]