* fixed web bug #4934

git-svn-id: trunk@3019 -
This commit is contained in:
Jonas Maebe 2006-03-23 14:24:49 +00:00
parent 422b29759b
commit 42a2ef5e90

View File

@ -365,7 +365,8 @@ begin
Inc(I,P+1);
Inc(O,P);
end;
Until (Payload[I]=#0);
Until (Payload[I]=#0);
setlength(result,o-1);
end;