nulleric
/Fix-a-Fork
/amendments
/6
Add note about binhex
eric made amendment 6 about 1 year ago
--- main.c Wed Nov 8 20:49:47 2023
+++ main.c Wed Nov 8 21:00:59 2023
@@ -129,7 +129,8 @@ void main()
Boolean isBinHex4()
{
- return magicCheck("BinHex 4.0", 34, 'TEXT', 'BnHq');
+ // FixMe: Magic can be any line in the first 8k of the file.
+ return magicCheck("BinHex 4.0", 34, 'BINA', 'SITx');
}
Boolean isSit15()