X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/88ac883a0d005437c97a60d8195bd5e4719b1154..e547f7a7b87ef1290fbbf3eeeac24665043a9f73:/src/iodbc/info.c diff --git a/src/iodbc/info.c b/src/iodbc/info.c index 0c8fda5ec3..f5efc7e3f7 100644 --- a/src/iodbc/info.c +++ b/src/iodbc/info.c @@ -193,13 +193,17 @@ SQLDataSources ( * Copy DSN information */ STRNCPY (szDSN, sect[cur_entry], cbDSNMax); - +/* +glt??? pcbDSN = strlen(szDSN); +*/ /* * And find the description that goes with this entry */ _iodbcdm_getkeyvalbydsn (sect[cur_entry], strlen (sect[cur_entry]), - "Description", szDesc, cbDescMax); - + "Description", (char*) szDesc, cbDescMax); +/* +glt??? pcbDesc = strlen(szDesc); +*/ /* * Next record */