2000-05-31 13:53 UTC+0100 Victor Szakats <info@szelvesz.hu>

This commit is contained in:
Viktor Szakats
2000-05-31 12:04:56 +00:00
parent fdcb3bf6c4
commit 19e3bbe4d5
2 changed files with 2 additions and 2 deletions

View File

@@ -144,7 +144,7 @@ HB_FUNC( ALLTRIM )
ULONG ulLen = hb_strRTrimLen( pszText, hb_itemGetCLen( pText ),
ISLOG( 2 ) ? hb_parl( 2 ) : FALSE );
hb_strLTrim( pszText, &ulLen );
pszText = hb_strLTrim( pszText, &ulLen );
hb_retclen( pszText, ulLen );
}
else

View File

@@ -424,7 +424,7 @@ int hb_parinfo( int iParam )
}
}
#ifndef HB_EXTEND_API_MACROS
#ifndef HB_API_MACROS
int hb_pcount( void )
{