ACTION! BUG SHEET #3 - part 3 ------------------------------------- BUGS IN THE ACTION! RUNTIME LIBRARY We have found a few bugs in the original version(s) of the RunTime Library Disk. Fortunately, they are all easy to fix. (The RunTime library is independent of the cartridge, so bugs affect all versions.) In the fixes given below, the portion to be changed (to implement the fix) is underlined. The rest of the line remains the same. To make the fixes, simply load the library file containing the affected PROCedure, edit, and save it back to disk. 1. Hex numbers are printed incorrectly by PrintH and the %H parameter of PrintF. Fix: Change second line of CCIO: PROC CCIO=*() [$A386$A0A$A0A$AA$A3A5$9D$342 ... --- --- 2. PrintBDE can cause a spurious compile time error. Fix: Change first line of PrintBDE: PROC PrintBDE =*(BYTE d,n)[$A0$0] -- 3. A minor error exists in ChkErr. Fix: Change second line of ChkErr: PROC ChkErr=*(BYTE r,b,eC) [$1610$88C0$8F0 $98$80C0$12F0 ... --- 4. If your program redefines a library procedure (e.g., one which declares its own version of PROC Graphics), it will compile with no errors using the cartridge only (because declared procedures take precedence over built-in ones). However, since th