diff options
-rw-r--r-- | whichbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -372,7 +372,7 @@ CALLBACK(handle_end_stmt) { if(comma_count) { /* multiple args */ remove_type(BT_BXL_BXE); - } else if(program[last_cmd + 1] == OP_STRCONST) { + } else if(program[last_cmd_pos + 1] == OP_STRCONST) { /* one arg, string const. XXX: check var type */ remove_type(BT_TURBO); } |