Xref: utzoo comp.unix.xenix:2854 comp.unix.questions:8531 Path: utzoo!attcan!uunet!jetson!john From: john@jetson.UUCP (John Owens) Newsgroups: comp.unix.xenix,comp.unix.questions Subject: Re: infinite spill Summary: infinite spill fix Keywords: OH NO, this again!?!? Message-ID: <82@jetson.UUCP> Date: 1 Aug 88 13:49:34 GMT References: <275@mjbtn.UUCP> Organization: SMART HOUSE Limited Partnership Lines: 16 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@jetson.UPMA.MD.US SMART HOUSE uunet!jetson!john (old uucp) +1 301 249 6000 john%jetson.uucp@uunet.uu.net (old internet)