diff options
author | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:02:55 -0400 |
---|---|---|
committer | B. Watson <urchlay@slackware.uk> | 2025-03-25 01:02:55 -0400 |
commit | 9aab521771488f977247035c8bb546d985b4245f (patch) | |
tree | b9547f7f8a6e5f9c2e1bc7a9802d406c0712b36e /listbas.c | |
parent | eef9ca59afeb70200c82cc2290cb704ae71875c5 (diff) | |
download | bw-atari8-tools-9aab521771488f977247035c8bb546d985b4245f.tar.gz |
listbas: fix -bi option.
Diffstat (limited to 'listbas.c')
-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') { |