From cefe43f211b342811dadcd2821a007a22716406c Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Fri, 13 Dec 2019 08:21:19 +0100 Subject: epostunit.pas: weniger strenge Syntaxprüfung beim Lesen von .sif MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- epost.lps | 36 ++++++++++++++++++------------------ epostunit.pas | 2 +- 2 files changed, 19 insertions(+), 19 deletions(-) diff --git a/epost.lps b/epost.lps index 2126e42..21b235e 100644 --- a/epost.lps +++ b/epost.lps @@ -24,8 +24,8 @@ - - + + @@ -288,44 +288,44 @@ - - - - + + + + - + - + - - + + - + - - - - - - + + + + + + - + diff --git a/epostunit.pas b/epostunit.pas index f71172c..d462fe8 100644 --- a/epostunit.pas +++ b/epostunit.pas @@ -2077,7 +2077,7 @@ begin readALine(f,s); readALine(f,t); splitStrToInt(s+' '+t,iArr); - if (iArr[0]<>65541) or (iArr[9]<>65538) or (iArr[13]<>1) or (iArr[16]<>0) then begin + if (iArr[0]<>65541) or (iArr[9]<>65538) or (iArr[16]<>0) then begin gibAus('Syntax-Fehler in '''+dateien[i].name+''': inkonsistenter Kopf ('+intToStr(filePos(f))+').',3); closeFile(f); exit; -- cgit v1.2.3-70-g09d2