diff options
Diffstat (limited to 'storage/connect/tabodbc.cpp')
-rw-r--r-- | storage/connect/tabodbc.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/storage/connect/tabodbc.cpp b/storage/connect/tabodbc.cpp index f31c1330004..31f696577cb 100644 --- a/storage/connect/tabodbc.cpp +++ b/storage/connect/tabodbc.cpp @@ -74,7 +74,7 @@ #include "sql_string.h" extern "C" char *GetMsgid(int id); -PQRYRES ODBCDataSources(PGLOBAL g); +PQRYRES ODBCDataSources(PGLOBAL g, bool info = false); PQRYRES MyODBCCols(PGLOBAL g, char *tab, char *dsn, bool info); /***********************************************************************/ @@ -934,8 +934,6 @@ PCOL TDBOIF::MakeCol(PGLOBAL g, PCOLDEF cdp, PCOL cprec, int n) if (!stricmp(colp->Name, GetMsgid(ID + i))) colp->Flag = i; - } // endif Flag - return colp; } // end of MakeCol |