mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* Fix wrong typecast
This commit is contained in:
parent
0534810703
commit
b9ef7416f0
@ -1945,7 +1945,7 @@ begin
|
|||||||
end;
|
end;
|
||||||
if ResHandle=NilHandle then
|
if ResHandle=NilHandle then
|
||||||
exit;
|
exit;
|
||||||
S:=TResourceStream.Create(NilHandle,DeltaName, PChar(RT_RCDATA));
|
S:=TResourceStream.Create(NilHandle,DeltaName, PAnsiChar(RT_RCDATA));
|
||||||
try
|
try
|
||||||
Proc(S);
|
Proc(S);
|
||||||
finally
|
finally
|
||||||
|
Loading…
Reference in New Issue
Block a user