[freetds] ODBC Fix
Brian_Teravskis at cargill.com
Brian_Teravskis at cargill.com
Wed Mar 26 14:21:24 EST 2003
Hello Freddy,
Hmmm.. That is odd... I checked my source tree for freetds 0.61 and I
checked the 'Nightly Snapshot' source (0.62 20030325) downloaded to day
and both files had the p instead of &p.
Just to clarify:
>From my 0.61 sources:
Filename: freetds-0.61/src/odbc/connectparams.c
Version: static char software_version[] = "$Id: connectparams.c,v 1.33
2003/01/04 13:06:57 freddy77 Exp $";
Line number: 317
Line Text: if (vasprintf(&fn, "%s/.odbc.ini", p) > 0)
{
>From the 'Nightly Snapshot:
Filename: freetds-0.62.dev.20030325/src/odbc/connectparams.c
Version: static char software_version[] = "$Id: connectparams.c,v 1.34
2003/03/23 20:13:51 freddy77 Exp $";
Line number: 322
Line Text: if (vasprintf(&fn, "%s/.odbc.ini", p) > 0) {
If I'm in error here, please accept my apologies...
Brian
More information about the FreeTDS
mailing list