diff options
| author | B. Watson <urchlay@slackware.uk> | 2024-06-18 15:55:41 -0400 |
|---|---|---|
| committer | B. Watson <urchlay@slackware.uk> | 2024-06-18 15:55:41 -0400 |
| commit | 5830070ac1442ed17fd51418926f3cb566d94de8 (patch) | |
| tree | 38c537f50adc37bd838f2d67634abda8739e8e4e | |
| parent | 4915b4381a965bf5d6e815ae1c14fad30bb4c0e2 (diff) | |
| download | bw-atari8-tools-5830070ac1442ed17fd51418926f3cb566d94de8.tar.gz | |
bas.c: regularize warning text.
| -rw-r--r-- | bas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) { |
