*** Makefile.orig Fri Apr 25 06:14:25 1997 --- Makefile Sun Sep 28 15:34:06 1997 *************** *** 94,99 **** --- 94,100 ---- $(CP) VF.h $(INSTALL_INCDIR)/VF.h $(CP) ttindex $(INSTALL_BINDIR)/ttindex $(CP) bdfindex $(INSTALL_BINDIR)/bdfindex + $(CP) fwindex $(INSTALL_BINDIR)/fwindex clean: -$(RM) -rf VFlib.a libVFlib.a ttindex bdfindex fwindex bdfjpindex \ *** fman.c.orig Wed Apr 23 02:45:32 1997 --- fman.c Sun Sep 28 15:33:28 1997 *************** *** 110,116 **** fclose(FM_Table[port].uu.stream); } } ! if (FM_Table[port].path != NULL) free(FM_Table[port].path); FM_Table[port].path = NULL; FM_Table[port].opened = FALSE; --- 110,116 ---- fclose(FM_Table[port].uu.stream); } } ! if ((FM_Table[port].path != NULL) && (FM_Table[port].path != Dum_str)) free(FM_Table[port].path); FM_Table[port].path = NULL; FM_Table[port].opened = FALSE;