mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 19:10:14 +02:00
* small fix with crc in newppu
This commit is contained in:
parent
a9f30325b6
commit
cb936cddb2
@ -407,7 +407,9 @@ unit files;
|
|||||||
Message1(unit_d_ppu_invalid_version,tostr(ppufile^.GetPPUVersion));
|
Message1(unit_d_ppu_invalid_version,tostr(ppufile^.GetPPUVersion));
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
{ Load values to be access easier }
|
||||||
flags:=ppufile^.header.flags;
|
flags:=ppufile^.header.flags;
|
||||||
|
crc:=ppufile^.header.checksum;
|
||||||
{ Show Debug info }
|
{ Show Debug info }
|
||||||
Message1(unit_d_ppu_time,filetimestring(ppufiletime));
|
Message1(unit_d_ppu_time,filetimestring(ppufiletime));
|
||||||
Message1(unit_d_ppu_flags,tostr(flags));
|
Message1(unit_d_ppu_flags,tostr(flags));
|
||||||
@ -945,7 +947,10 @@ unit files;
|
|||||||
end.
|
end.
|
||||||
{
|
{
|
||||||
$Log$
|
$Log$
|
||||||
Revision 1.21 1998-06-13 00:10:05 peter
|
Revision 1.22 1998-06-14 18:25:41 peter
|
||||||
|
* small fix with crc in newppu
|
||||||
|
|
||||||
|
Revision 1.21 1998/06/13 00:10:05 peter
|
||||||
* working browser and newppu
|
* working browser and newppu
|
||||||
* some small fixes against crashes which occured in bp7 (but not in
|
* some small fixes against crashes which occured in bp7 (but not in
|
||||||
fpc?!)
|
fpc?!)
|
||||||
|
Loading…
Reference in New Issue
Block a user