Browse Source

* fixed compilation after r15973 (patch by javivf, mantis #17397)

git-svn-id: trunk@15985 -
Jonas Maebe 15 years ago
parent
commit
988ac8d28a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/graph/src/inc/modes.inc

+ 1 - 1
packages/graph/src/inc/modes.inc

@@ -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 }