~ubuntu-branches/debian/sid/unixodbc/sid

« back to all changes in this revision

Viewing changes to DriverManager/SQLGetEnvAttr.c

  • Committer: Bazaar Package Importer
  • Author(s): Steve Langasek
  • Date: 2004-10-15 03:07:52 UTC
  • mfrom: (2.1.1 warty)
  • Revision ID: james.westby@ubuntu.com-20041015030752-dzw4vhxlgycz3woj
Tags: 2.2.4-11
Brown paper bag me: conflicts do not write themselves just because
you add a line to the changelog.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
 *
28
28
 **********************************************************************
29
29
 *
30
 
 * $Id: SQLGetEnvAttr.c,v 1.2 2001/10/29 09:54:53 lurcher Exp $
 
30
 * $Id: SQLGetEnvAttr.c,v 1.3 2002/12/05 17:44:31 lurcher Exp $
31
31
 *
32
32
 * $Log: SQLGetEnvAttr.c,v $
 
33
 * Revision 1.3  2002/12/05 17:44:31  lurcher
 
34
 *
 
35
 * Display unknown return values in return logging
 
36
 *
33
37
 * Revision 1.2  2001/10/29 09:54:53  lurcher
34
38
 *
35
39
 * Add automake to libodbcinstQ
93
97
 
94
98
#include "drivermanager.h"
95
99
 
96
 
static char const rcsid[]= "$RCSfile: SQLGetEnvAttr.c,v $ $Revision: 1.2 $";
 
100
static char const rcsid[]= "$RCSfile: SQLGetEnvAttr.c,v $ $Revision: 1.3 $";
97
101
 
98
102
SQLRETURN SQLGetEnvAttr( SQLHENV environment_handle,
99
103
           SQLINTEGER attribute,
240
244
    {
241
245
        sprintf( environment -> msg, 
242
246
                "\n\t\tExit:[%s]",
243
 
                    __get_return_status( SQL_SUCCESS ));
 
247
                    __get_return_status( SQL_SUCCESS, s1 ));
244
248
 
245
249
        dm_log_write( __FILE__, 
246
250
                __LINE__,