Compare commits

..

1 Commits

Author SHA1 Message Date
Isak 6836068518
Create LICENSE 2018-05-12 12:58:03 +00:00
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Directory::~Directory()
}
dirent* Directory::read()
{
return ((ent = readdir(dir)));
ent = readdir(dir); return ent;
}
std::string Directory::name()
{