Commit 22e8ab42 authored by Olivier Bertrand's avatar Olivier Bertrand

- Fix a compile error on Linux

modified:
  storage/connect/tabmul.cpp
parent 74a46726
...@@ -688,7 +688,7 @@ char* TDBDIR::Path(PGLOBAL g) ...@@ -688,7 +688,7 @@ char* TDBDIR::Path(PGLOBAL g)
return Fpath; return Fpath;
#else // !WIN32 #else // !WIN32
if (!Done) { if (!Done) {
PlugSetPath(Fpath, To_File, cat->GetDataPath()); PlugSetPath(Fpath, To_File, ((PTABDEF)To_Def)->GetPath());
_splitpath(Fpath, NULL, Direc, Fname, Ftype); _splitpath(Fpath, NULL, Direc, Fname, Ftype);
strcat(strcpy(Pattern, Fname), Ftype); strcat(strcpy(Pattern, Fname), Ftype);
Done = true; Done = true;
......
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