2012-11-20 18:19 UTC+0100 Viktor Szakats (harbour syenar.net)
* include/hbexprb.c
! corrected indentation
This commit is contained in:
@@ -10,6 +10,10 @@
|
||||
* Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment
|
||||
*/
|
||||
|
||||
2012-11-20 18:19 UTC+0100 Viktor Szakats (harbour syenar.net)
|
||||
* include/hbexprb.c
|
||||
! corrected indentation
|
||||
|
||||
2012-11-20 17:44 UTC+0100 Przemyslaw Czerpak (druzus/at/poczta.onet.pl)
|
||||
* harbour/src/vm/cmdarg.c
|
||||
! fixed buffer overflow
|
||||
|
||||
@@ -857,7 +857,7 @@ static HB_EXPR_FUNC( hb_compExprUseRef )
|
||||
if( pExp->value.asAlias.pVar->ExprType == HB_ET_VARIABLE &&
|
||||
pExp->value.asAlias.pAlias->ExprType == HB_ET_ALIAS &&
|
||||
hb_compExprIsMemvarAlias( pExp->value.asAlias.pAlias->value.asSymbol.name ) )
|
||||
{
|
||||
{
|
||||
/* @M-> @MEMVAR-> or @MEMVA-> or @MEMV-> */
|
||||
HB_GEN_FUNC1( PushMemvarRef, pExp->value.asAlias.pVar->value.asSymbol.name );
|
||||
break;
|
||||
@@ -1803,7 +1803,7 @@ static HB_EXPR_FUNC( hb_compExprUseFunCall )
|
||||
hb_compExprReduceSTOD( pSelf, usCount, HB_COMP_PARAM );
|
||||
break;
|
||||
case HB_F_STOT:
|
||||
hb_compExprReduceSTOT( pSelf, usCount, HB_COMP_PARAM );
|
||||
hb_compExprReduceSTOT( pSelf, usCount, HB_COMP_PARAM );
|
||||
break;
|
||||
case HB_F_DTOS:
|
||||
if( usCount == 1 )
|
||||
|
||||
Reference in New Issue
Block a user