bug-gnubg
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Bug-gnubg] problem in html luck export, I guess.


From: Øystein O Johansen
Subject: Re: [Bug-gnubg] problem in html luck export, I guess.
Date: Mon, 5 Aug 2002 14:37:26 +0200

To answer my self.

html.c lines 2603 ff.

    if ( pms->nMatchTo ) {

      printStatTableRow2 ( pf,
                           _( "Luck rate (total)"),
                           "%+6.3f", "%+7.3f%%",
                           psc->arLuck[ 0 ][ 0 ],
                           psc->arLuck[ 0 ][ 1 ] * 100.0f,
                           psc->arLuck[ 1 ][ 0 ],
                           psc->arLuck[ 1 ][ 1 ] * 100.0f );
      printStatTableRow2 ( pf,
                           _( "Luck rate (pr. move)"),
                           "%+6.3f", "%+7.3f%%",
/* Line removed here */
                           psc->arLuck[ 0 ][ 0 ] /
                  psc->anTotalMoves[ 0 ],
                           psc->arLuck[ 0 ][ 1 ] * 100.0f /
                  psc->anTotalMoves[ 0 ],
/* Line removed here */
                           psc->arLuck[ 1 ][ 0 ] / psc->anTotalMoves[ 1 ],
                           psc->arLuck[ 1 ][ 1 ] * 100.0f /
                  psc->anTotalMoves[ 1 ] );
    }
    else {
      printStatTableRow2 ( pf,

-Øystein



-------------------------------------------------------------------
The information contained in this message may be CONFIDENTIAL and is
intended for the addressee only. Any unauthorised use, dissemination of the
information or copying of this message is prohibited. If you are not the
addressee, please notify the sender immediately by return e-mail and delete
this message.
Thank you.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]