Fixes BAS list 'Error: Break at: end of program' error.
This commit is contained in:
parent
ea49e7edf6
commit
a846e55a0e
@ -731,11 +731,6 @@ struct Value *Program_list(struct Program *this, int dev, int watchIntr,
|
||||
{
|
||||
return Value_new_ERROR(value, IOERROR, FS_errmsg);
|
||||
}
|
||||
|
||||
if (watchIntr)
|
||||
{
|
||||
return Value_new_ERROR(value, BREAK);
|
||||
}
|
||||
}
|
||||
|
||||
String_destroy(&s);
|
||||
|
Loading…
Reference in New Issue
Block a user