X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..4def3b359546ee186b3db723db719f85b761f36a:/src/iodbc/info.c diff --git a/src/iodbc/info.c b/src/iodbc/info.c index f64c081898..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", (char*) szDesc, cbDescMax); - +/* +glt??? pcbDesc = strlen(szDesc); +*/ /* * Next record */