We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 126a27a commit 18cbcb5Copy full SHA for 18cbcb5
src/lib/mrvCore/mrvLicensing.cpp
@@ -314,7 +314,7 @@ namespace mrv
314
machine_id = get_machine_id();
315
master_key = ""; // Only used on floating licenses
316
317
- const std::string path = license_path();
+ const std::string path = licensepath();
318
const std::string license_file = path + "/mrv2_licenses.lic";
319
320
if (file::isReadable(license_file))
0 commit comments