diff options
-rw-r--r-- | listbas.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -137,7 +137,7 @@ int get_bas_type(char *arg) { if(arg[0] == 't') return B_TURBO; - if(arg[0] == 't') + if(arg[0] == 'i') return B_INT; if(arg[0] == 'a') { |
![]() |
index : bw-atari8-tools | |
Atari 8-bit utilities for *nix | urchlay -at- slackware _dot_ uk |
aboutsummaryrefslogtreecommitdiff |
-rw-r--r-- | listbas.c | 2 |
@@ -137,7 +137,7 @@ int get_bas_type(char *arg) { if(arg[0] == 't') return B_TURBO; - if(arg[0] == 't') + if(arg[0] == 'i') return B_INT; if(arg[0] == 'a') { |