Skip to content

Commit

Permalink
Correct a typo that made multiple 1 tables to return 0 lines on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggynours committed Apr 2, 2015
1 parent 8721d20 commit 836740c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/connect/tabmul.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ bool TDBMUL::InitFileNames(PGLOBAL g)
continue; // Not a match

strcat(strcpy(filename, direc), entry->d_name);
pfn[n] = PlugDup(g, filename);
pfn[n++] = PlugDup(g, filename);

if (trace)
htrc("Adding pfn[%d] %s\n", n, filename);
Expand Down

0 comments on commit 836740c

Please sign in to comment.