Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: xsrc/xfree/xc/programs/xterm
Module Name: xsrc
Committed By: fredb
Date: Tue Oct 28 02:34:13 UTC 2003
Modified Files:
xsrc/xfree/xc/programs/xterm: Tekproc.c
Log Message:
Revert revision 1.2, and fix the warning correctly. This was Thomas Dickey's
response to XFree86 bug 833:
I fixed this last month, having noticed an incorrect fix proposed for the
compiler warning (google noticed it). See revision 3.45 of Tekproc.c -
the real issue was that 'c' was a signed value but should have been an
IChar value. At the point where the comparison is made, it has the wrong
value to compare against 255 - no longer the return value of in_put(),
but a fontsize.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 xsrc/xfree/xc/programs/xterm/Tekproc.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index