summaryrefslogtreecommitdiff
path: root/irdecoderunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'irdecoderunit.pas')
-rw-r--r--irdecoderunit.pas2
1 files changed, 1 insertions, 1 deletions
diff --git a/irdecoderunit.pas b/irdecoderunit.pas
index 1234678..c4cb658 100644
--- a/irdecoderunit.pas
+++ b/irdecoderunit.pas
@@ -36,7 +36,7 @@ end;
function tIRDecoder.zeileVerarbeitet: boolean;
var
s: string;
- inByte: longint;
+ inByte: longword;
begin
result:=ttySLeser.gibZeile(s);
if not result then exit;