diff options
Diffstat (limited to 'werteunit.pas')
-rw-r--r-- | werteunit.pas | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/werteunit.pas b/werteunit.pas index 6d82c07..f11c717 100644 --- a/werteunit.pas +++ b/werteunit.pas @@ -643,7 +643,6 @@ begin assign(f,dateien[i].name); reset(f,1); - writeln((dateien[i] as tAndorInputDateiInfo).hintergrundStart,' ',(dateien[i] as tAndorInputDateiInfo).datenStart,' ',(dateien[i] as tAndorInputDateiInfo).istHintergrund); if (dateien[i] as tAndorInputDateiInfo).istHintergrund then seek(f,(dateien[i] as tAndorInputDateiInfo).hintergrundStart) else |