summaryrefslogtreecommitdiff
path: root/src/interfaces/odbc/info.c
diff options
context:
space:
mode:
authorHiroshi Inoue <inoue@tpf.co.jp>2001-06-27 07:38:07 +0000
committerHiroshi Inoue <inoue@tpf.co.jp>2001-06-27 07:38:07 +0000
commitbbca11bf3bb33d5853ca83b1252d17c9df3ebe6f (patch)
tree115f63c7f6f46ee501b07acfdda49757ba395e66 /src/interfaces/odbc/info.c
parentef20f0ce255a76973b48ab24e813beff7c5446a1 (diff)
Handle Procedure calls.
Now the version is 7.01.0006.
Diffstat (limited to 'src/interfaces/odbc/info.c')
-rw-r--r--src/interfaces/odbc/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interfaces/odbc/info.c b/src/interfaces/odbc/info.c
index 39a0a49a988..a18778ceddb 100644
--- a/src/interfaces/odbc/info.c
+++ b/src/interfaces/odbc/info.c
@@ -802,7 +802,7 @@ SQLGetFunctions(
{
static char *func = "SQLGetFunctions";
- mylog("%s: entering...\n", func);
+ mylog("%s: entering...%u\n", func);
if (fFunction == SQL_API_ALL_FUNCTIONS)
{