mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-13 11:24:14 +02:00
* readded halt(1) temporarily removed for testing and accidentally committed
git-svn-id: trunk@25890 -
This commit is contained in:
parent
4becf1f3c1
commit
85059f79fe
@ -44,6 +44,7 @@ begin
|
||||
if s2 <> copy(s[c],1,length(s[c])-lenadjust) then
|
||||
begin
|
||||
writeln(' Error, should be ',copy(s[c],1,length(s[c])-lenadjust));
|
||||
halt(1);
|
||||
end;
|
||||
e := e / 10.0;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user