aboutsummaryrefslogtreecommitdiff
path: root/support/in2data.py
diff options
context:
space:
mode:
Diffstat (limited to 'support/in2data.py')
-rw-r--r--support/in2data.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/support/in2data.py b/support/in2data.py
index 5f497a9..fa3b3e6 100644
--- a/support/in2data.py
+++ b/support/in2data.py
@@ -16,7 +16,7 @@ def pascal_to_basic(line):
else:
ret = ret + ", "
- cnum = c[1:]
+ cnum = c[1:3]
ret = ret + "&H" + cnum
bytes = bytes + 1