* handle also lines with spaces before the open brace

This commit is contained in:
pierre 2003-04-24 09:41:59 +00:00
parent a9ea64b788
commit 4d4ae8d4fe

View File

@ -156,6 +156,7 @@ begin
readln(t,s);
if s<>'' then
begin
TrimB(s);
if s[1]='{' then
begin
delete(s,1,1);