* correct previous patch, the first letter was missing

git-svn-id: trunk@6066 -
This commit is contained in:
pierre 2007-01-19 03:34:57 +00:00
parent 4bd7803e00
commit 8132e2c5d0

View File

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