Skip to content

Commit

Permalink
- Fix a compile error on Linux
Browse files Browse the repository at this point in the history
modified:
  storage/connect/tabmul.cpp
  • Loading branch information
Buggynours committed Aug 24, 2014
1 parent 74a4672 commit 22e8ab4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/tabmul.cpp
Expand Up @@ -688,7 +688,7 @@ char* TDBDIR::Path(PGLOBAL g)
return Fpath;
#else // !WIN32
if (!Done) {
PlugSetPath(Fpath, To_File, cat->GetDataPath());
PlugSetPath(Fpath, To_File, ((PTABDEF)To_Def)->GetPath());
_splitpath(Fpath, NULL, Direc, Fname, Ftype);
strcat(strcpy(Pattern, Fname), Ftype);
Done = true;
Expand Down

0 comments on commit 22e8ab4

Please sign in to comment.