Commit 2c6839ff authored by Olivier Bertrand's avatar Olivier Bertrand

- fix typo error

modified:
  storage/connect/tabmul.cpp
parent bd481432
...@@ -197,7 +197,7 @@ bool TDBMUL::InitFileNames(PGLOBAL g) ...@@ -197,7 +197,7 @@ bool TDBMUL::InitFileNames(PGLOBAL g)
#else // !WIN32 #else // !WIN32
struct stat fileinfo; struct stat fileinfo;
char fn[FN_REFLEN], direc[C], pattern[256], ftype[8]; char fn[FN_REFLEN], direc[FN_REFLEN], pattern[FN_HEADLEN], ftype[FN_EXTLEN];
DIR *dir; DIR *dir;
struct dirent *entry; struct dirent *entry;
......
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