mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-12-03 00:07:28 +01:00
* correct previous patch, the first letter was missing
git-svn-id: trunk@6066 -
This commit is contained in:
parent
4bd7803e00
commit
8132e2c5d0
@ -808,7 +808,7 @@ begin
|
|||||||
begin
|
begin
|
||||||
{ getenv:=copy(s,i+1,length(s)-i);
|
{ getenv:=copy(s,i+1,length(s)-i);
|
||||||
this limits the size to 255-(i+1) }
|
this limits the size to 255-(i+1) }
|
||||||
getenv:=strpas(hp+i+1);
|
getenv:=strpas(hp+i);
|
||||||
break;
|
break;
|
||||||
end;
|
end;
|
||||||
{ next string entry}
|
{ next string entry}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user