From 4e30714a6ef21dc36145e4ac89b683d90c338b09 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Sat, 20 Oct 2012 08:04:04 +0000 Subject: [PATCH] 2012-10-20 10:03 UTC+0200 Viktor Szakats (harbour syenar.net) * contrib/xhb/xhbhash.c ! typo in a recent commit --- harbour/ChangeLog | 4 ++++ harbour/contrib/xhb/xhbhash.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index e07d22994c..e0e776c5e8 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,10 @@ The license applies to all entries newer than 2009-04-28. */ +2012-10-20 10:03 UTC+0200 Viktor Szakats (harbour syenar.net) + * contrib/xhb/xhbhash.c + ! typo in a recent commit + 2012-10-19 21:21 UTC+0200 Viktor Szakats (harbour syenar.net) * utils/hbmk2/hbmk2.prg * avoid splitting branching statements with #if branches diff --git a/harbour/contrib/xhb/xhbhash.c b/harbour/contrib/xhb/xhbhash.c index 9634cbc8e3..b716493cce 100644 --- a/harbour/contrib/xhb/xhbhash.c +++ b/harbour/contrib/xhb/xhbhash.c @@ -75,6 +75,6 @@ HB_FUNC_TRANSLATE( HALLOCATE , HB_HALLOCATE ) HB_FUNC_TRANSLATE( HDEFAULT , HB_HDEFAULT ) HB_FUNC_TRANSLATE( HGETCASEMATCH , HB_HCASEMATCH ) HB_FUNC_TRANSLATE( HSETCASEMATCH , HB_HSETCASEMATCH ) -HB_FUNC_TRANSLATE( HSETAUTOADD , HB_SETAUTOADD ) +HB_FUNC_TRANSLATE( HSETAUTOADD , HB_HSETAUTOADD ) HB_FUNC_EXTERN( HB_HAUTOADD ) ; HB_FUNC( HGETAUTOADD ) { HB_FUNC_EXEC( HB_HAUTOADD ); hb_retl( hb_parni( -1 ) == HB_HASH_AUTOADD_ALWAYS ); }