* Patch from stephano to fix header parsing (bug ID 29918)

git-svn-id: trunk@33364 -
This commit is contained in:
michael 2016-03-28 13:28:14 +00:00
parent e3aaeae2e7
commit 13e1bf4066

View File

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