* readded halt(1) temporarily removed for testing and accidentally committed

git-svn-id: trunk@25890 -
This commit is contained in:
Jonas Maebe 2013-10-31 13:47:49 +00:00
parent 4becf1f3c1
commit 85059f79fe

View File

@ -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;