X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d76fe38b29803642f9b70c1457c25dbc1640f63e..0bd55cfa2c5c18d4e9241cf90195e30d0be5d905:/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 */