diff options
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/tibtoa | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -629,7 +629,7 @@ substr($program, -$footer, $footer, ''); $length = length($program); $offset = 0; -while($offset <= $length) { +while($offset < $length) { $char = ord(substr($program, $offset++, 1)); if (exists($all{$char})) { $out = $all{$char}; |