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 Oct 5, 2022
1 parent 818104e commit 2adc323
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 @@ -485,7 +485,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 2adc323

Please sign in to comment.