summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbin/tibtoa1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/tibtoa b/bin/tibtoa
index f827dba..8f0b2da 100755
--- a/bin/tibtoa
+++ b/bin/tibtoa
@@ -342,6 +342,7 @@ my $special = {
};
open(PRGM, '<', shift) or die;
+# Remove header added by tilp2
seek(PRGM, 74, 0);
while(read(PRGM, $char, 1)) {
$char = ord($char);