* fixes error introduced in sscanf() when looking for 64 bit unsafe pointer casts

git-svn-id: trunk@1632 -
This commit is contained in:
tom_at_work 2005-11-02 19:55:57 +00:00
parent 23cd46151a
commit 7a1860190b

View File

@ -2217,7 +2217,7 @@ function sscanf(const s: string; const fmt : string;const Pointers : array of Po
begin
if GetInt>0 then
begin
pPtrInt(Pointers[i])^:=StrToInt(s1);
pLongint(Pointers[i])^:=StrToInt(s1);
inc(Result);
end
else