diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:15:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-10 10:31:25 +0100 |
commit | 7702e3128768f1b4b8a1ee9e87e397887e151af4 (patch) | |
tree | fb5fb170e9a2c7821bdc888fee6cf8c183765ff9 /external/unixODBC | |
parent | f19dda5a55156afda2c6dde6c51c455cc5657fc2 (diff) |
loplugin:nullptr (automatic rewrite)
Change-Id: I59ed4034d6496d4b49fac370443173bf58d7cc0b
Diffstat (limited to 'external/unixODBC')
-rw-r--r-- | external/unixODBC/inc/odbc/sql.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/external/unixODBC/inc/odbc/sql.h b/external/unixODBC/inc/odbc/sql.h index a81c482b0f5c..6d1e1608372a 100644 --- a/external/unixODBC/inc/odbc/sql.h +++ b/external/unixODBC/inc/odbc/sql.h @@ -278,7 +278,7 @@ extern "C" { /* null handle used in place of parent handle when allocating HENV */ #if (ODBCVER >= 0x0300) -#define SQL_NULL_HANDLE 0L +#define SQL_NULL_HANDLE NULL #endif /* Values that may appear in the result set of SQLSpecialColumns() */ |