From bdc2357f351d082356fc5c0b9297e7beb075cd4d Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 19 Nov 2009 12:34:57 +0000 Subject: [PATCH] 2009-11-19 13:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/rdd/dbfcdx/dbfcdx1.c ! minor typo in comment * harbour/contrib/rddsql/sddmy/mysqldd.c * harbour/contrib/rddsql/sddpg/pgsqldd.c * harbour/contrib/rddsql/sddfb/fbirddd.c * harbour/contrib/rddsql/sddodbc/odbcdd.c ! small fix for include dirs in XCC builds --- harbour/ChangeLog | 10 ++++++++++ harbour/contrib/rddsql/sddfb/fbirddd.c | 2 +- harbour/contrib/rddsql/sddmy/mysqldd.c | 2 +- harbour/contrib/rddsql/sddodbc/odbcdd.c | 2 +- harbour/contrib/rddsql/sddpg/pgsqldd.c | 2 +- harbour/src/rdd/dbfcdx/dbfcdx1.c | 2 +- 6 files changed, 15 insertions(+), 5 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 14f67c70c8..99b336f04c 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,16 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-11-19 13:34 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/rdd/dbfcdx/dbfcdx1.c + ! minor typo in comment + + * harbour/contrib/rddsql/sddmy/mysqldd.c + * harbour/contrib/rddsql/sddpg/pgsqldd.c + * harbour/contrib/rddsql/sddfb/fbirddd.c + * harbour/contrib/rddsql/sddodbc/odbcdd.c + ! small fix for include dirs in XCC builds + 2009-11-19 11:49 UTC+0100 Viktor Szakats (harbour.01 syenar.hu) * contrib/gtqtc/Makefile * contrib/gtqtc/gtqtcs/Makefile diff --git a/harbour/contrib/rddsql/sddfb/fbirddd.c b/harbour/contrib/rddsql/sddfb/fbirddd.c index 389240368a..7458870c06 100644 --- a/harbour/contrib/rddsql/sddfb/fbirddd.c +++ b/harbour/contrib/rddsql/sddfb/fbirddd.c @@ -60,7 +60,7 @@ #include "hbapiitm.h" #include "hbvm.h" #if defined( __XCC__ ) || defined( __LCC__ ) -# include "..\hbrddsql.h" +# include "hbrddsql.h" #else # include "../hbrddsql.h" #endif diff --git a/harbour/contrib/rddsql/sddmy/mysqldd.c b/harbour/contrib/rddsql/sddmy/mysqldd.c index 4d21f7e5e6..92bff09674 100644 --- a/harbour/contrib/rddsql/sddmy/mysqldd.c +++ b/harbour/contrib/rddsql/sddmy/mysqldd.c @@ -54,7 +54,7 @@ #include "hbapiitm.h" #include "hbvm.h" #if defined( __XCC__ ) || defined( __LCC__ ) -# include "..\hbrddsql.h" +# include "hbrddsql.h" #else # include "../hbrddsql.h" #endif diff --git a/harbour/contrib/rddsql/sddodbc/odbcdd.c b/harbour/contrib/rddsql/sddodbc/odbcdd.c index 9d4c1cd2f1..848d393bda 100644 --- a/harbour/contrib/rddsql/sddodbc/odbcdd.c +++ b/harbour/contrib/rddsql/sddodbc/odbcdd.c @@ -57,7 +57,7 @@ #include "hbvm.h" #if defined( __XCC__ ) || defined( __LCC__ ) -# include "..\hbrddsql.h" +# include "hbrddsql.h" #else # include "../hbrddsql.h" #endif diff --git a/harbour/contrib/rddsql/sddpg/pgsqldd.c b/harbour/contrib/rddsql/sddpg/pgsqldd.c index 57b5bbc443..037600655c 100644 --- a/harbour/contrib/rddsql/sddpg/pgsqldd.c +++ b/harbour/contrib/rddsql/sddpg/pgsqldd.c @@ -54,7 +54,7 @@ #include "hbapiitm.h" #include "hbvm.h" #if defined( __XCC__ ) || defined( __LCC__ ) -# include "..\hbrddsql.h" +# include "hbrddsql.h" #else # include "../hbrddsql.h" #endif diff --git a/harbour/src/rdd/dbfcdx/dbfcdx1.c b/harbour/src/rdd/dbfcdx/dbfcdx1.c index 503b3afa94..a130164443 100644 --- a/harbour/src/rdd/dbfcdx/dbfcdx1.c +++ b/harbour/src/rdd/dbfcdx/dbfcdx1.c @@ -84,7 +84,7 @@ #include "hbapicdp.h" /* - * Tag->fRePos = TURE means that rootPage->...->childLeafPage path is + * Tag->fRePos = TRUE means that rootPage->...->childLeafPage path is * bad and has to be reloaded * CurKey->rec == 0 means that there is no correct CurKey */