Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!iuvax!uxc.cso.uiuc.edu!uxc.cso.uiuc.edu!m.cs.uiuc.edu!s.cs.uiuc.edu!carroll From: carroll@s.cs.uiuc.edu Newsgroups: gnu.emacs.bug Subject: bug:writechars()[x11term.c] 18.52 Message-ID: <223400003@s.cs.uiuc.edu> Date: 19 Jul 89 19:51:00 GMT Lines: 5 Nf-ID: #N:s.cs.uiuc.edu:223400003:000:289 Nf-From: s.cs.uiuc.edu!carroll Jul 19 14:51:00 1989 Bug: In function writechars() in file x11term.c, version 18.52, the variable temp_length is used in an XTtopos() call without ever being set to a value. The declaration is on line 533, and the XTtopos() on line 561. The character sequence "temp_length" does not occur between these lines.