mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-22 21:03:07 +01:00
+ Fixed bug reported by Tomasz Lipinski (2997)
This commit is contained in:
parent
d2e73e010e
commit
d6a6a6237e
@ -253,7 +253,7 @@ begin
|
|||||||
|
|
||||||
FQueryString := '';
|
FQueryString := '';
|
||||||
|
|
||||||
for index := 0 to contentLength do
|
for index := 0 to contentLength-1 do
|
||||||
begin
|
begin
|
||||||
Read(ch);
|
Read(ch);
|
||||||
FQueryString := FQueryString + ch;
|
FQueryString := FQueryString + ch;
|
||||||
@ -406,7 +406,10 @@ end.
|
|||||||
|
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.4 2002-09-07 15:15:24 peter
|
Revision 1.5 2004-03-01 09:46:42 michael
|
||||||
|
+ Fixed bug reported by Tomasz Lipinski (2997)
|
||||||
|
|
||||||
|
Revision 1.4 2002/09/07 15:15:24 peter
|
||||||
* old logs removed and tabs fixed
|
* old logs removed and tabs fixed
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user