AmendHub

Download:

nulleric

/

Fix-a-Fork

/

amendments

/

14

call dc4 check.


eric made amendment 14 11 months ago
--- main.c Thu Nov 9 09:20:27 2023 +++ main.c Thu Nov 9 09:23:48 2023 @@ -90,6 +90,8 @@ OSErr openFile(unsigned char *fName, short fRefNum, sh found = true; else if(isSit15()) found = true; + else if(isDsk4()) + found = true; else if(isZip()) found = true; else if(isMar()) --- main.h Thu Nov 9 08:38:59 2023 +++ main.h Thu Nov 9 09:23:29 2023 @@ -22,6 +22,7 @@ Boolean magicCheck(char *magic, short offset, OSType t Boolean isBinHex4(); Boolean isSit5(); Boolean isSit15(); +Boolean isDsk4(); Boolean isZip(); Boolean isMar(); Boolean isCpt();