aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorB. Watson <urchlay@slackware.uk>2024-06-18 15:55:41 -0400
committerB. Watson <urchlay@slackware.uk>2024-06-18 15:55:41 -0400
commit5830070ac1442ed17fd51418926f3cb566d94de8 (patch)
tree38c537f50adc37bd838f2d67634abda8739e8e4e
parent4915b4381a965bf5d6e815ae1c14fad30bb4c0e2 (diff)
downloadbw-atari8-tools-5830070ac1442ed17fd51418926f3cb566d94de8.tar.gz
bas.c: regularize warning text.
-rw-r--r--bas.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bas.c b/bas.c
index fc5517b..b296b2e 100644
--- a/bas.c
+++ b/bas.c
@@ -292,7 +292,7 @@ void walk_code(unsigned int startlineno, unsigned int endlineno) {
CALL(on_bad_line_length);
offset = program[linepos + 2]; /* on_bad_line_length fixed it (we hope) */
if(offset < 6)
- die("Program is code-protected; unprotect it first.");
+ die("Fatal: Program is code-protected; unprotect it first.");
}
if(lineno < startlineno) {