+ Bug fixed in ansistring typecast

This commit is contained in:
michael 1999-10-15 20:49:54 +00:00
parent 9a3d560559
commit c8941ca9af

View File

@ -20,7 +20,7 @@ begin
hp:=p;
while hp^<>#0 do
begin
s:=AnsiString(hp);
s:=StrPas(hp);
i:=pos('=',s);
if upcase(copy(s,1,i-1))=upcase(envvar) then
begin