2006-09-05 16:10 UTC+0300 Alexander Kresin <alex@belacy.belgorod.su>

This commit is contained in:
Alexander S.Kresin
2006-09-05 12:08:23 +00:00
parent 2c45c34bb4
commit d721da3612
2 changed files with 9 additions and 0 deletions

View File

@@ -8,6 +8,11 @@
2002-12-01 13:30 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
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.

View File

@@ -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;