mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-03 17:29:25 +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
|
||||
{ getenv:=copy(s,i+1,length(s)-i);
|
||||
this limits the size to 255-(i+1) }
|
||||
getenv:=strpas(hp+i+1);
|
||||
getenv:=strpas(hp+i);
|
||||
break;
|
||||
end;
|
||||
{ next string entry}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user