mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-20 19:29:36 +01:00
* fix compilation after r17747
git-svn-id: trunk@21084 -
This commit is contained in:
parent
5f58dd6395
commit
759b927a9b
@ -78,7 +78,7 @@ begin
|
||||
else if T = 'T' then
|
||||
Writer := TFPWriterTARGA.Create
|
||||
else if T = 'N' then
|
||||
Writer := TFPWriterPNM.Create(4)
|
||||
Writer := TFPWriterPNM.Create
|
||||
else
|
||||
begin
|
||||
Writeln('Unknown file format : ',T);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user