Daniel Rentz schrieb:
    case T_Ext:
    {
        UINT16 n = pElement[ nId ];
        EXTCONT* p = ( n < nP_Ext )? ppP_Ext[ n ] : NULL;

        if( p )
+       {
+           if( p->eId == ocExternal )

Oh no, there is a typo, it has to be:

+           if( p->eId == ocEuroConvert )

of course....





Daniel

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to