[1952] in Athena Bugs
/source/4.3/usr.lib/lpr/printjob.c:printit()
daemon@ATHENA.MIT.EDU (John T Kohl)
Wed Mar 22 10:55:11 1989
Date: Wed, 22 Mar 89 10:54:55 EST
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
At the top of printit(), there is a 'strcpy(width+2, "0")', which has
the effect of nuking either pw#xxx (from the printcap file) or the
default width compiled into the code.
I removed this in the spooler on the LPS40, with no ill effects.
I think I also mailed this off to Berkeley, but I don't remember.
John