Skip to Content.
Sympa Menu

freetds - RE: small bug in numeric.c

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: ZIGLIO Frediano <Frediano.Ziglio AT vodafoneomnitel.it>
  • To: "'TDS Development Group'" <freetds AT franklin.metalab.unc.edu>
  • Subject: RE: small bug in numeric.c
  • Date: Mon, 2 Sep 2002 15:20:20 +0200


>
> Could someone commit the following small change to src/tds/numeric.c
>
> in function tds_money_to_string() :
>
> replace
>
> if (number[0] && 0x80) {
>
> with
>
> if (number[0] & 0x80) {
>
> Now THAT's been the cause of a LOT of grief!
>
> Bill
>
Committed

freddy77

=================================
"STRICTLY PERSONAL AND CONFIDENTIAL

This message may contain confidential and proprietary material for the sole
use of the intended recipient. Any review or distribution by others is
strictly prohibited. If you are not the intended recipient please contact
the sender and delete all copies.
The contents of this message that do not relate to the official business of
our company shall be understood as neither given nor endorsed by it."

=================================



  • small bug in numeric.c, Bill Thompson, 09/02/2002
    • <Possible follow-up(s)>
    • RE: small bug in numeric.c, ZIGLIO Frediano, 09/02/2002

Archive powered by MHonArc 2.6.24.

Top of Page