Skip to Content.
Sympa Menu

freetds - small bug in numeric.c

freetds AT lists.ibiblio.org

Subject: FreeTDS Development Group

List archive

Chronological Thread  
  • From: "Bill Thompson" <thompbil AT exchange.uk.ml.com>
  • To: freetds AT franklin.oit.unc.edu
  • Subject: small bug in numeric.c
  • Date: Mon, 2 Sep 2002 09:16:51 -0400


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



  • small bug in numeric.c, Bill Thompson, 09/02/2002

Archive powered by MHonArc 2.6.24.

Top of Page