From: <pa...@us...> - 2003-10-06 22:58:07
|
Update of /cvsroot/fuse-emulator/libspectrum/hacking In directory sc8-pr-cvs1:/tmp/cvs-serv8030/hacking Modified Files: ChangeLog Log Message: Actually allocate memory for the .slt pages; thanks to Alberto Garcia for reporting this. Index: ChangeLog =================================================================== RCS file: /cvsroot/fuse-emulator/libspectrum/hacking/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** ChangeLog 6 Oct 2003 12:52:51 -0000 1.17 --- ChangeLog 6 Oct 2003 22:58:02 -0000 1.18 *************** *** 104,107 **** crypto.c:libspectrum_verify_signature, we have to ignore the error source before comparing with an error code. ! ! \ No newline at end of file --- 104,107 ---- crypto.c:libspectrum_verify_signature, we have to ignore the error source before comparing with an error code. ! 20031006 z80.c: actually allocate memory for the .slt pages; thanks to ! Alberto Garcia for reporting this. |