diff options
| -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) { | 
