mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-02 19:43:15 +01:00
* fixed compilation after r15973 (patch by javivf, mantis #17397)
git-svn-id: trunk@15985 -
This commit is contained in:
parent
3bef71aaf9
commit
988ac8d28a
@ -395,7 +395,7 @@ end;
|
||||
var
|
||||
modeinfo: PModeInfo;
|
||||
usedDriver: Integer;
|
||||
dummyNewModeNr: Integer;
|
||||
dummyNewModeNr: smallint;
|
||||
begin
|
||||
{ check if the mode exists... }
|
||||
{ Depending on the modenumber, we search using the old or new }
|
||||
|
||||
Loading…
Reference in New Issue
Block a user