Patch #: 31 Type: bug fix Priority: medium Affects: sites using Excel 2.2 with AUFS volumes Reported: Michael S. Muegel Reported: Narelle Stone Archived: munnari.OZ.AU mac/cap.patches/cap60.patch031 Application: 'cd cap60; patch -p < cap60.patches/cap60.patch031' Summary: change action of FPCreateFile to suit Excel File: cap60/applications/aufs/afpos.c *** applications/aufs/afpos.c.orig Thu Jun 13 21:17:33 1991 --- applications/aufs/afpos.c Wed Jul 10 21:33:41 1991 *************** *** 1,7 **** /* ! * $Author: djh $ $Date: 1991/06/13 11:17:11 $ ! * $Header: /mac/src/cap60/applications/aufs/RCS/afpos.c,v 2.10 1991/06/13 11:17:11 djh Rel djh $ ! * $Revision: 2.10 $ */ /* --- 1,7 ---- /* ! * $Author: djh $ $Date: 1991/07/10 11:33:07 $ ! * $Header: /mac/src/cap60/applications/aufs/RCS/afpos.c,v 2.11 1991/07/10 11:33:07 djh Rel djh $ ! * $Revision: 2.11 $ */ /* *************** *** 2661,2667 **** strcpy(path,p_ath); toFinderInfo(path,file); /* create finder fork */ ! err = unix_create(path,TRUE,mo); /* ignore error here - exactly what should be done? */ /* at this point, each had better be: aeObjectExists or noErr */ --- 2661,2667 ---- strcpy(path,p_ath); toFinderInfo(path,file); /* create finder fork */ ! err = unix_create(path,delf,mo); /* ignore error here - exactly what should be done? */ /* at this point, each had better be: aeObjectExists or noErr */ *** README.orig Wed Jul 10 21:34:56 1991 --- README Wed Jul 10 21:35:30 1991 *************** *** 3,9 **** (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 30, July 1991 Introduction ------------ --- 3,9 ---- (For use with AppleTalk/Ethernet bridge) o RELEASE NOTES ! o CAP Distribution 6.0, Patch Level 31, July 1991 Introduction ------------