Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!umich!samsung!think!mintaka!bloom-beacon!EXPO.LCS.MIT.EDU!jim From: jim@EXPO.LCS.MIT.EDU (Jim Fulton) Newsgroups: comp.windows.x Subject: Re: Bug in X11R4? Message-ID: <9002021400.AA22946@kanga.lcs.mit.edu> Date: 2 Feb 90 14:00:00 GMT References: <1157@tub.UUCP> Sender: root@athena.mit.edu (Wizard A. Root) Organization: X Consortium, MIT Laboratory for Computer Science Lines: 10 XStringListToTextProperty() doesn't seem to return a sensible result when it is invoked with an empty string list. Hmm, that one seemed to have slipped by the spec. It should either treat NULL as bogus input and return an invalid status, or else treat it as an alias for an empty string. Unfortunately, it is doing neither. Similarly for XTextPropertyToStringList. I've forwarded a bug report.