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