aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-07-10 01:46:26 -0400
committerB. Watson <urchlay@slackware.uk>2024-07-10 01:46:26 -0400
commit251780217201017d4c53f23b228be468350f6f85 (patch)
tree3a780bbb0b7cf639f570622f3e186192c35025e7
parentc05071d3b5a1236035bf7fa8728e14b576d9e345 (diff)
downloadbw-atari8-tools-251780217201017d4c53f23b228be468350f6f85.tar.gz
whichbas: cosmetics.
-rw-r--r--whichbas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/whichbas.c b/whichbas.c
index e33eabd..da50998 100644
--- a/whichbas.c
+++ b/whichbas.c
@@ -411,7 +411,7 @@ CALLBACK(handle_cmd) {
a lockup). */
if(nexttok >= 0x10 && nexttok <= 0x15) {
/* worth mentioning to the user... */
- fprintf(stderr, "Note: program requires EXTEND.COM from the Toolkit disk.\n");
+ fprintf(stderr, "Note: program requires EXTEND.COM from BASIC XL Toolkit disk.\n");
set_type(BT_BXL);
} else {
/* it's BLOAD if followed by e.g. OP_STRCONST or a variable */