[402] in Zephyr_Bugs

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

[jik@pit-manager.MIT.EDU: patch for previous xzwrite bug]

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

Date: Tue, 4 Aug 92 18:52:39 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: bug-zephyr@Athena.MIT.EDU, bjaspan@Athena.MIT.EDU


----- Forwarded message
Date: Tue, 4 Aug 92 18:50:10 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
Sender: jik@pit-manager.MIT.EDU
To: bugs@Athena.MIT.EDU
Subject: patch for previous xzwrite bug


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

----- End of forwarded message

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