mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-21 18:09:30 +02:00
* Patch from ocean, fixing AV (bug ID 26540)
git-svn-id: trunk@30296 -
This commit is contained in:
parent
ac077797cd
commit
a16ec9b64c
@ -660,7 +660,7 @@ procedure TFPWriterPNG.WritetRNS;
|
||||
procedure PaletteAlpha;
|
||||
var r : integer;
|
||||
begin
|
||||
with TheImage.palette do
|
||||
with FPalette do
|
||||
begin
|
||||
// search last palette entry with transparency
|
||||
r := count;
|
||||
|
Loading…
Reference in New Issue
Block a user