mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-25 11:49:14 +02:00
* Patch from stephano to fix header parsing (bug ID 29918)
git-svn-id: trunk@33364 -
This commit is contained in:
parent
e3aaeae2e7
commit
13e1bf4066
@ -420,7 +420,7 @@ begin
|
||||
Exit;
|
||||
end;
|
||||
N:=Copy(V,1,P-1);
|
||||
Delete(V,1,P+1);
|
||||
Delete(V,1,P);
|
||||
V:=Trim(V);
|
||||
ARequest.SetFieldByName(N,V);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user