X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/11e1c70d8e6aa75e2ecb660fffd61b6cfcb8ffc7..3b69b47ca6e1a595bd357f849d46b10d98444fce:/src/iodbc/info.c?ds=sidebyside

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
    */