Skip to content

Commit

Permalink
fixed linux file listings
Browse files Browse the repository at this point in the history
  • Loading branch information
wesselsga committed May 28, 2014
1 parent 13b2276 commit e528941
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 295 deletions.
2 changes: 1 addition & 1 deletion src/core/file_linux.cc
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ bool Path::mkdir() const
return false;
}

bool Path::list(vector<std::string>&) const
bool Path::list(std::vector<std::string>& files) const
{
DIR* dpdf = opendir(c_str());
if (dpdf)
Expand Down
294 changes: 0 additions & 294 deletions src/core/trace.cc~

This file was deleted.

0 comments on commit e528941

Please sign in to comment.