Skip to content

Commit

Permalink
Fixed small error in folder creation
Browse files Browse the repository at this point in the history
  • Loading branch information
AlphaSquad committed Apr 6, 2021
1 parent 8becaec commit c6de9ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ int main (int argc, char* argv[])
boost::filesystem::create_directory(g);
if (!boost::filesystem::exists(cov) and debug)
boost::filesystem::create_directory(cov);
else
if (!debug)
cov = o;

clock_t t = clock();
Expand Down

0 comments on commit c6de9ce

Please sign in to comment.