List:Commits« Previous MessageNext Message »
From:jbalint Date:November 20 2007 11:41pm
Subject:Connector/ODBC 3.51 commit: r886 - branches/guffert/util
View as plain text  
Modified:
   branches/guffert/util/installer.c
Log:
needed to use wchar function

Modified: branches/guffert/util/installer.c
===================================================================
--- branches/guffert/util/installer.c	2007-11-20 23:36:22 UTC (rev 885)
+++ branches/guffert/util/installer.c	2007-11-20 23:41:26 UTC (rev 886)
@@ -281,7 +281,7 @@
   if (SQLGetPrivateProfileStringW(driver->name, NULL, W_EMPTY, buf, 4096,
                                   W_ODBCINST_INI) < 1)
   {
-    SQLPostInstallerError(ODBC_ERROR_INVALID_NAME, W_CANNOT_FIND_DRIVER);
+    SQLPostInstallerErrorW(ODBC_ERROR_INVALID_NAME, W_CANNOT_FIND_DRIVER);
     return -1;
   }
 

Thread
Connector/ODBC 3.51 commit: r886 - branches/guffert/utiljbalint21 Nov