Here is patch for a uninitialized variable problem.  The
problem is caused by the way _XmStringGetNextSegment treats
its second argument.  See the comment at the top of
_XmStringGetNextSegment.

- Steve

*** lesstif-0.91.3/lib/Xm/XmString.c.orig       Wed Jun 14 16:00:12 2000
--- lesstif-0.91.3/lib/Xm/XmString.c    Sat Jul  8 04:47:29 2000
***************
*** 1950,1956 ****
  _XmStringLineCount(_XmString string)
  {
      _XmStringContext context = NULL;
!     char *text, *tag;
      short len;
      XmStringDirection dir;
      Boolean sep;
--- 1950,1956 ----
  _XmStringLineCount(_XmString string)
  {
      _XmStringContext context = NULL;
!     char *text, *tag = NULL;
      short len;
      XmStringDirection dir;
      Boolean sep;



--== Sent via Deja.com http://www.deja.com/ ==--
Before you buy.

Reply via email to