We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ab21b9 commit 87ba676Copy full SHA for 87ba676
1 file changed
src/native/corehost/hostmisc/pal.unix.cpp
@@ -427,10 +427,7 @@ bool pal::get_dotnet_self_registered_dir(pal::string_t* recv)
427
}
428
// ***************************
429
430
- pal::string_t install_location_file_path;
431
- get_dotnet_self_registered_config_location(&install_location_file_path);
432
- // ***************************
433
-
+ pal::string_t install_location_file_path = get_dotnet_self_registered_config_location();
434
trace::verbose(_X("Looking for install_location file in '%s'."), install_location_file_path.c_str());
435
FILE* install_location_file = pal::file_open(install_location_file_path, "r");
436
if (install_location_file == nullptr)
0 commit comments