Mail Archives: djgpp-workers/2001/01/26/12:21:41
On Fri, Jan 26, 2001 at 08:27:41AM -0600, JT Williams wrote:
> --- djasm.y Thu Jan 25 16:11:57 2001
> +++ /home/jeffw/tmp/bcurrie/djasm/djasm.y Fri Jan 26 07:53:09 2001
> @@ -1509,8 +1596,7 @@
> if ((i&15) == 15)
> {
> fputc('\n', outfile);
> - if (i<bsspc-1)
> - fputs(leader, outfile);
> + fputs(leader, outfile);
> }
> else
> if (i<bsspc-1)
Hrm. I highly suspect this is stale code. One thing that might help is the the
cvs repository I gave you :). However, this is another "I don't remember doing
that" (I DO remember doing a lot of work on the error messages and the map
file).
I think I last did anything on djasm in 99. iirc, the last date stamp in there
is Dec 99. The quake source got released that month :) (QuakeForge has come a
long way since then...:)
Bill
--
Leave others their otherness. -- Aratak
- Raw text -