prevent warning by cast
This commit is contained in:
parent
1807ad0179
commit
3ac53eef55
|
|
@ -876,7 +876,7 @@ Begin
|
|||
u=formula( dico, t, Addr(error));
|
||||
state=1; /*atom*/
|
||||
If fu>0 Then
|
||||
if ( fu == 14 ) u= ternary_fcn(v,w,u);
|
||||
if ( fu == 14 ) u= ternary_fcn((int)v,w,u);
|
||||
else u= mathfunction(fu,v,u);
|
||||
EndIf
|
||||
EndIf
|
||||
|
|
|
|||
Loading…
Reference in New Issue