From a1a80980e0152243eed98eca024537c55cd3b066 Mon Sep 17 00:00:00 2001 From: George Tasker Date: Wed, 12 May 2004 16:15:29 +0000 Subject: [PATCH] Fixed a typo in my checkin :-( git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@27233 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/db.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/db.cpp b/src/common/db.cpp index 6284f2e78e..a48defc3a7 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -984,7 +984,7 @@ bool wxDb::getDbInfo(void) { SWORD cb; RETCODE retcode; - bool failOnDataTypeUnsupported = True; // This is replaced by a parameter to this function in 2.5.x + bool failOnDataTypeUnsupported = true; // This is replaced by a parameter to this function in 2.5.x retcode = SQLGetInfo(hdbc, SQL_SERVER_NAME, (UCHAR*) dbInf.serverName, 80, &cb); if (retcode != SQL_SUCCESS && retcode != SQL_SUCCESS_WITH_INFO )