Date : Sat, 25 Mar 2006 22:56:00 +0000
From : Andrew Benham <adsb@...>
Subject: Re: UNIX Version of BeebEm.
Fru,T Bunn wrote:
> Just to let you know, I've updated the UNIX version of BeebEm from
> version 2.3 to 3.11, so it's now in sync with the Windows version
> again.
Looking good, many thanks.
Important patch though, my build wouldn't run until I did this:
--- sdl.cpp.orig 2006-03-25 22:47:07.000000000 +0000
+++ sdl.cpp 2006-03-25 22:47:23.000000000 +0000
@...@ -885,7 +885,7 @@
if (cpath[strlen(cpath)] != '/')
strcat(largefont, "/");
- strcat(smallfont, largefont);
+ strcpy(smallfont, largefont);
strcat(largefont, "resources/font10x16.bmp");
strcat(smallfont, "resources/font5x8.bmp");
--
Andrew Benham adsb@...
Southgate, London N14, United Kingdom
The gates in my computer are AND OR and NOT, not "Bill"