Skip to content

Commit

Permalink
Changing the file system
Browse files Browse the repository at this point in the history
  • Loading branch information
ajita01 committed Nov 4, 2022
1 parent 1bcbd9e commit c129f8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Converter/src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ int main(int argc, char** argv) {

double tStart = now();

auto exePath = fs::canonical(fs::absolute(argv[0])).parent_path().string();
auto exePath = fs::weakly_canonical(fs::absolute(argv[0])).parent_path().string();

launchMemoryChecker(2 * 1024, 0.1);
auto cpuData = getCpuData();
Expand Down

0 comments on commit c129f8f

Please sign in to comment.