Skip to content
This repository has been archived by the owner on May 10, 2023. It is now read-only.

Commit

Permalink
Update src/files.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
limwa authored Apr 5, 2021
1 parent 3a9a542 commit 7a5d1e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/files.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ namespace files {
throw "The provided maze number is invalid";

string file_name = utf8::zfill(to_string(number), '0', 2, true);
return "/home/lima/university/FEUP-PROG-ROBOTS/mazes/MAZE_" + file_name + ".TXT";
return "MAZE_" + file_name + ".TXT";
}

/**
Expand Down

0 comments on commit 7a5d1e4

Please sign in to comment.