From 6a3a7c067c40849449e98b4d40c9972541fff033 Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Mon, 7 Aug 2006 10:27:07 +0000 Subject: [PATCH] 2006-08-07 12:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * xharbour/include/usrrdd.ch ! fixed RDD method order --- harbour/ChangeLog | 4 ++++ harbour/include/usrrdd.ch | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 3872029056..5d4245f09e 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ +2006-08-07 12:20 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * xharbour/include/usrrdd.ch + ! fixed RDD method order + 2006-08-07 11:06 UTC+0200 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/source/rtl/set.c ! fixed possible GPF after hb_setListenerRemove() diff --git a/harbour/include/usrrdd.ch b/harbour/include/usrrdd.ch index ad6736894d..73a81aabf5 100644 --- a/harbour/include/usrrdd.ch +++ b/harbour/include/usrrdd.ch @@ -55,9 +55,9 @@ #define UR_BOF 1 #define UR_EOF 2 #define UR_FOUND 3 -#define UR_GOTO 4 -#define UR_GOTOID 5 -#define UR_GOBOTTOM 6 +#define UR_GOBOTTOM 4 +#define UR_GOTO 5 +#define UR_GOTOID 6 #define UR_GOTOP 7 #define UR_SEEK 8 #define UR_SKIP 9