From 1bb5fadeaff43a7e81ee4d0a58223e95e371cd1c Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Mon, 16 Jun 2008 09:05:52 +0000 Subject: [PATCH] 2008-06-16 11:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * include/set.ch ! Fix to previous commit. --- harbour/ChangeLog | 4 ++++ harbour/include/set.ch | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 162a664a11..2f3a6a456a 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,10 @@ 2008-12-31 13:59 UTC+0100 Foo Bar */ +2008-06-16 11:04 UTC+0200 Viktor Szakats (harbour.01 syenar hu) + * include/set.ch + ! Fix to previous commit. + 2008-06-16 10:15 UTC+0200 Viktor Szakats (harbour.01 syenar hu) * source/rtl/set.c ! Fix to previous commit. diff --git a/harbour/include/set.ch b/harbour/include/set.ch index b1292a26ab..af09bb7133 100644 --- a/harbour/include/set.ch +++ b/harbour/include/set.ch @@ -126,7 +126,7 @@ #define _SET_DEFEXTENSIONS 109 /* Harbour extension */ #define _SET_EOL 110 /* Harbour extension */ #define _SET_TRIMFILENAME 111 /* Harbour extension */ -#define _SET_HBLOG 112 /* Harbour extension */ +#define _SET_HBOUTLOG 112 /* Harbour extension */ #define HB_SET_BASE 100 #define HB_SET_COUNT 13