Skip to content
Snippets Groups Projects
Commit 219ae8a6 authored by Yorhel's avatar Yorhel
Browse files

Removed useless call to path_real()

parent 67ce0af6
No related branches found
No related tags found
No related merge requests found
...@@ -147,7 +147,7 @@ int main(int argc, char **argv) { ...@@ -147,7 +147,7 @@ int main(int argc, char **argv) {
char *dir; char *dir;
if((dir = argv_parse(argc, argv)) == NULL) if((dir = argv_parse(argc, argv)) == NULL)
dir = path_real("."); dir = ".";
calc_init(dir, NULL); calc_init(dir, NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment