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