2009-05-04 16:40 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)

* harbour/include/hbexprb.h
    * suppressed warning for hb_i18n_gettext("")
This commit is contained in:
Mindaugas Kavaliauskas
2009-05-04 13:48:26 +00:00
parent 87bdaaf0ef
commit 5638e5251b
2 changed files with 6 additions and 2 deletions

View File

@@ -18,6 +18,10 @@
*/
2009-05-04 16:45 UTC+0300 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt)
* harbour/include/hbexprb.h
* suppressed warning for hb_i18n_gettext("")
2009-05-04 10:00 UTC+0100 Miguel Angel Marchuet <miguelangel@marchuet.net>
* contrib/hbbmcdx/bmdbfcdx.c
* contrib/hbbmcdx/hbbmcdx.h

View File

@@ -1896,9 +1896,9 @@ static HB_EXPR_FUNC( hb_compExprUseFunCall )
const char * szPlurals[ HB_I18N_PLURAL_MAX ];
if( usCount == 1 )
{
if( pArg->ExprType == HB_ET_STRING && pArg->ulLength > 0 )
if( pArg->ExprType == HB_ET_STRING )
{
if( HB_COMP_PARAM->fI18n )
if( HB_COMP_PARAM->fI18n && pArg->ulLength > 0 )
{
if( pCount )
{