summaryrefslogtreecommitdiff
path: root/irdecoderunit.pas
diff options
context:
space:
mode:
Diffstat (limited to 'irdecoderunit.pas')
-rw-r--r--irdecoderunit.pas7
1 files changed, 4 insertions, 3 deletions
diff --git a/irdecoderunit.pas b/irdecoderunit.pas
index c60b42b..7dd6a25 100644
--- a/irdecoderunit.pas
+++ b/irdecoderunit.pas
@@ -93,9 +93,10 @@ begin
assignFile(debugDatei,tmpdir+'/debug');
rewrite(debugDatei);
closefile(debugDatei);
- end;
-
- ttySLeser:=tLeseProzess.create(inputName,1);
+ ttySLeser:=tLeseProzess.create(inputName,tmpdir+'/kopie',1)
+ end
+ else
+ ttySLeser:=tLeseProzess.create(inputName,1);
fillchar(eingabePuffer,sizeof(eingabePuffer),#0);
init;
end;