diff -rup beebem-0.0.4.orig/src/sdl.cpp beebem-0.0.4/src/sdl.cpp --- beebem-0.0.4.orig/src/sdl.cpp Sat Mar 25 11:07:34 2006 +++ beebem-0.0.4/src/sdl.cpp Sun Mar 26 02:27:37 2006 @@ -885,7 +885,7 @@ static EG_BOOL EG_DrawString_Initialise( if (cpath[strlen(cpath)] != '/') strcat(largefont, "/"); - strcat(smallfont, largefont); + strcpy(smallfont, largefont); strcat(largefont, "resources/font10x16.bmp"); strcat(smallfont, "resources/font5x8.bmp"); diff -rup beebem-0.0.4.orig/src/z80dis.cpp beebem-0.0.4/src/z80dis.cpp --- beebem-0.0.4.orig/src/z80dis.cpp Sun Mar 19 20:29:39 2006 +++ beebem-0.0.4/src/z80dis.cpp Sun Mar 26 02:27:13 2006 @@ -4,7 +4,7 @@ #include #include -#include " +#include #include "include/tube.h" #include "include/z80mem.h"