Path: utzoo!utgpu!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!iuvax!ndcheg!ndmath!cww From: cww@ndmath.UUCP (Clarence W. Wilkerson) Newsgroups: comp.bugs.misc Subject: Re: Slight bug in dvi2tty Summary: More bugs in dvi2tty Message-ID: <1264@ndmath.UUCP> Date: 31 Dec 88 03:44:02 GMT References: <727@umb.umb.edu> Organization: Math. Dept., Univ. of Notre Dame Lines: 7 While trying to compile this under turbo c, it pointed out a couple of '=' that should be '==' in the test for file extension 'dvi'. That was in both dvi2tty and disdvi. I got disdvi to run fine, but not dvi2tty. There was also a "ifdef 0" that was complained about, and a couple of places where compile time constants led to dead code.