diff options
author | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-06-27 07:38:07 +0000 |
---|---|---|
committer | Hiroshi Inoue <inoue@tpf.co.jp> | 2001-06-27 07:38:07 +0000 |
commit | bbca11bf3bb33d5853ca83b1252d17c9df3ebe6f (patch) | |
tree | 115f63c7f6f46ee501b07acfdda49757ba395e66 /src/interfaces/odbc/info.c | |
parent | ef20f0ce255a76973b48ab24e813beff7c5446a1 (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.c | 2 |
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) { |