Zaphod Binary Editor Activity
Brought to you by:
marust
Hi just updated zaphod.c to fix some crashes when opening .library fails and show translated/localized strings. Just moving these parts (/ /) to beginning of OpenAll(): void OpenAll() { UWORD zpnr=0,i; static UBYTE zpname[16]; struct Screen *wb,*zp; struct Rectangle rect; struct MsgPort *mp; struct TextFont *deftf; /**/ if ((LocaleBase=OpenLibrary("locale.library",38L))!=NULL) /**/ OpenZaphodCatalog(NULL,NULL); /**/ for(i=0;i<numZaphodStrings;i++) /**/ AppStr[i]=GetZaphodString((LONG)i); ...