summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/tibtoa4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/tibtoa b/bin/tibtoa
index 92d7793..d4c4262 100755
--- a/bin/tibtoa
+++ b/bin/tibtoa
@@ -743,9 +743,9 @@ if ($header{type} eq 'program') {
$out = $special->{$char}->{$char2};
} else {
printf STDERR (
- "Unknown byte 0x%02x at offset 0x%02x\n",
+ "Unknown byte 0x%02x at %04x\n",
$char,
- $offset - 1,
+ $headerlength + $offset - 1,
);
$out = chr($char);
}