Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utgpu!water!watnot!watmath!clyde!rutgers!lll-lcc!seismo!mcnc!gatech!hubcap!ncrcae!ncrpcd!tb From: tb@ncrpcd.UUCP Newsgroups: news.software.b Subject: Re: Patch #6 for news 2.11 source Message-ID: <536@ncrpcd.UUCP> Date: Sat, 28-Mar-87 11:08:16 EST Article-I.D.: ncrpcd.536 Posted: Sat Mar 28 11:08:16 1987 Date-Received: Sun, 29-Mar-87 12:05:35 EST References: <43222@beno.seismo.CSS.GOV> Reply-To: tb@ncrpcd.UUCP (Tom Bertelson) Organization: NCR PC Division - Dayton, OH Lines: 31 Summary: inews.c bug I encountered a typo while compiling inews.c with DBM undefined... *** inews.c.orig Fri Mar 27 22:00:42 1987 --- inews.c Fri Mar 27 21:58:26 1987 *************** *** 532,538 return; /* everything is ok */ mfd = mailhdr((struct hbuf *)NULL, exists(dir) ? "Unwritable directories" : "Missing directories"); ! if (mfs == NULL) return; putc('\n', mfd); fprintf(mfd, "System: %s\n\nThere was a problem with %s!\n", --- 532,538 ----- return; /* everything is ok */ mfd = mailhdr((struct hbuf *)NULL, exists(dir) ? "Unwritable directories" : "Missing directories"); ! if (mfd == NULL) return; putc('\n', mfd); fprintf(mfd, "System: %s\n\nThere was a problem with %s!\n", -- --- Tom Bertelson "Wish I didn't know now what I didn't know then" ncrcae!ncrpcd!tb B. Seger -- --- Tom Bertelson "Wish I didn't know now what I didn't know then" ncrcae!ncrpcd!tb B. Seger