mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-16 10:19:30 +02:00
* Fix patch, unit was not recompiled on last make.. :/
git-svn-id: trunk@38007 -
This commit is contained in:
parent
1ba38d5b87
commit
37a9467603
@ -86,7 +86,7 @@ begin
|
||||
fItemList:=TFPList.Create;
|
||||
//read NewHeader from resource
|
||||
RawData.Position:=0;
|
||||
if RawData.Read(nh,sizeof(nh))<>nh then
|
||||
if RawData.Read(nh,sizeof(nh))<>sizeof(nh) then
|
||||
exit;
|
||||
{$IFDEF ENDIAN_BIG}
|
||||
nh.reserved:=SwapEndian(nh.reserved);
|
||||
|
Loading…
Reference in New Issue
Block a user