[9742] in Athena Bugs

home help back first fref pref prev next nref lref last post

patch for previous xzwrite bug

daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Tue Aug 4 18:50:35 1992

Date: Tue, 4 Aug 92 18:50:10 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bugs@Athena.MIT.EDU


Here's a patch to fix the bug I just reported with xzwrite:

*** destlist.c.orig	Tue Aug 20 17:09:45 1991
--- destlist.c	Tue Aug  4 18:49:14 1992
***************
*** 106,112 ****
       DestRec	dest;
  
       if ((file = fopen(f, "r")) == NULL) {
! 	  Warning("Cannot find destinations file", f, NULL);
  	  return;
       }
       
--- 106,112 ----
       DestRec	dest;
  
       if ((file = fopen(f, "r")) == NULL) {
! 	  Warning("Cannot find destinations file ", f, NULL);
  	  return;
       }
       
  jik

home help back first fref pref prev next nref lref last post