infinite spill
John Owens
john at jetson.UUCP
Mon Aug 1 23:49:34 AEST 1988
For some reason, the expression on that line is too complex for the
386 compiler.... I just split it up by trial and error until I found
one that worked (and wasn't ridiculous). Here's the diff to hdrs.c
450a451
> register int temp;
452c453,454
< if (strlen(p2) + isauthor*4 < pad) {
---
> temp = strlen(p2);
> if (temp + isauthor*4 < pad) {
--
John Owens john at jetson.UPMA.MD.US
SMART HOUSE uunet!jetson!john (old uucp)
+1 301 249 6000 john%jetson.uucp at uunet.uu.net (old internet)
More information about the Comp.unix.questions
mailing list