[11840] in Athena Bugs
decmips 7.6G: xmath
daemon@ATHENA.MIT.EDU (Pratip K. Banerji)
Mon Mar 14 16:09:09 1994
To: bugs@MIT.EDU
Date: Mon, 14 Mar 94 16:09:03 EST
From: "Pratip K. Banerji" <banerji@MIT.EDU>
System name: Unca-Donald
Type and version: KN02ca 7.6G (16 update(s) to same version)
Display type: PMAG-DV
What were you trying to do?
Print something using the xmath print command from the xmath prompt
What's wrong:
It doesn't work. It generates a file that isn't viewable or printable.
What should have happened:
It should have worked.
Please describe any relevant documentation references:
Apparently, in the code (found by tron@mit.edu):
"Well, I found the bug!
What lazy/bad code!
docommand.c:
PrintToFile(cpw,printfile);
postscript.c:
void PrintToFile(pw,filename,pagex,pagey,pagewidth,pageheight,landscape)
A few arguments missing in the call!
And just the arguments which are messed up!"