Commit e57fbef1 authored by Olivier Bertrand's avatar Olivier Bertrand

- Get rid of a compiler warning

modified:
  storage/connect/tabfmt.cpp
parent b344a49f
......@@ -93,7 +93,7 @@ PQRYRES CSVColumns(PGLOBAL g, const char *fn, char sep, char q,
PCOLRES crp;
if (info) {
imax = 0;
imax = hmax = 0;
length[0] = 128;
goto skipit;
} // endif info
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment