Skip to content

Commit 18cbcb5

Browse files
committed
Fixed typo.
1 parent 126a27a commit 18cbcb5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/mrvCore/mrvLicensing.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ namespace mrv
314314
machine_id = get_machine_id();
315315
master_key = ""; // Only used on floating licenses
316316

317-
const std::string path = license_path();
317+
const std::string path = licensepath();
318318
const std::string license_file = path + "/mrv2_licenses.lic";
319319

320320
if (file::isReadable(license_file))

0 commit comments

Comments
 (0)