From 251780217201017d4c53f23b228be468350f6f85 Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Wed, 10 Jul 2024 01:46:26 -0400 Subject: whichbas: cosmetics. --- whichbas.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- cgit v1.2.3