summaryrefslogtreecommitdiff
path: root/packages/graph
diff options
context:
space:
mode:
authorjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-09-14 17:48:34 +0000
committerjonas <jonas@3ad0048d-3df7-0310-abae-a5850022a9f2>2010-09-14 17:48:34 +0000
commitfa0dbb6177c8b1c0567aa698f931173e634b5678 (patch)
treeda5863c3e8ef059b5ae0e59a0c49ab5891eb73c8 /packages/graph
parent2dcce4dff4971ea5e4b88719241a0e90d19703e2 (diff)
downloadfpc-fa0dbb6177c8b1c0567aa698f931173e634b5678.tar.gz
* fixed compilation after r15973 (patch by javivf, mantis #17397)
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@15985 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/graph')
-rw-r--r--packages/graph/src/inc/modes.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/graph/src/inc/modes.inc b/packages/graph/src/inc/modes.inc
index 1d6d8b92f2..0d3f2a3f6b 100644
--- a/packages/graph/src/inc/modes.inc
+++ b/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 }