[gnu.emacs.bug] bug:writechars

carroll@s.cs.uiuc.edu (07/20/89)

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.