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:
@@ -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
|
||||
|
||||
@@ -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 )
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user