* Fix patch, unit was not recompiled on last make.. :/

git-svn-id: trunk@38007 -
This commit is contained in:
michael 2018-01-19 08:55:34 +00:00
parent 1ba38d5b87
commit 37a9467603

View File

@ -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);