diff -aur JLib-1.3.2/Games/HolotzCastle/src/HCed.cpp My Downloads/JLib-1.3.2/Games/HolotzCastle/src/HCed.cpp --- JLib-1.3.2/Games/HolotzCastle/src/HCed.cpp 2005-02-10 20:25:38.000000000 +1100 +++ My Downloads/JLib-1.3.2/Games/HolotzCastle/src/HCed.cpp 2005-02-16 16:00:51.556045736 +1100 @@ -100,7 +100,7 @@ // Deletes last character if (theApp->strNewStoryName.Length() > 0) { - theApp->strNewStoryName = JString(theApp->strNewStoryName, 0, theApp->strNewStoryName.Length() - 1); + JString(theApp->strNewStoryName, 0, theApp->strNewStoryName.Length() - 1); upd = true; } } diff -aur JLib-1.3.2/Games/HolotzCastle/src/Makefile My Downloads/JLib-1.3.2/Games/HolotzCastle/src/Makefile --- JLib-1.3.2/Games/HolotzCastle/src/Makefile 2005-02-15 08:21:25.000000000 +1100 +++ My Downloads/JLib-1.3.2/Games/HolotzCastle/src/Makefile 2005-02-16 16:03:44.719720856 +1100 @@ -17,7 +17,7 @@ HC_BASE = /usr/share/games/holotz-castle/ HC_DATA = $(HC_BASE)game/ HCED_DATA = $(HC_BASE)editor/ -HC_BIN_DIR = /usr/local/bin/ +HC_BIN_DIR = /usr/games/bin/ DEFINES = -DHC_DATA_DIR=\"$(HC_DATA)\" -DHCED_DATA_DIR=\"$(HCED_DATA)\"