From d721da36123937df4cd77309c19cae9a8a1dce60 Mon Sep 17 00:00:00 2001 From: "Alexander S.Kresin" Date: Tue, 5 Sep 2006 12:08:23 +0000 Subject: [PATCH] 2006-09-05 16:10 UTC+0300 Alexander Kresin --- harbour/ChangeLog | 5 +++++ harbour/source/rtl/cdpapi.c | 4 ++++ 2 files changed, 9 insertions(+) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index 7fcec3673f..16460351b2 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -8,6 +8,11 @@ 2002-12-01 13:30 UTC+0100 Foo Bar */ + passing to ORDCREATE() + + * harbour/source/vm/fm.c + ! fixed typo in memset() when HB_PARANOID_MEM_CHECK enabled + - Preprocessor (PP) lib flavour is not affected by this setting. - Support is not full in the RDD code yet. diff --git a/harbour/source/rtl/cdpapi.c b/harbour/source/rtl/cdpapi.c index 0bbbd2c831..bd93504f5e 100644 --- a/harbour/source/rtl/cdpapi.c +++ b/harbour/source/rtl/cdpapi.c @@ -711,6 +711,10 @@ HB_EXPORT int hb_cdpcmp( char* szFirst, char* szSecond, ULONG ulLen, PHB_CODEPAG /* printf( "\n|%c|%c|%d %d %d",*szFirst,*szSecond,((int)*szFirst)&255,((int)*szSecond)&255,iRet ); */ break; } + if( n1 == n2 ) + { + continue; + } if( cdpage->nMulti && ul ) { int j, nd1 = 0, nd2 = 0;