From 8d405b265285c368df2e9cf1c14acee7532e0ee7 Mon Sep 17 00:00:00 2001
From: nancy.liao <huihui.liao@greentest.com.cn>
Date: 摹曛, 29 5月 2025 18:14:38 +0800
Subject: [PATCH] Merge branch 'develop' of http://139.9.88.116:3000/r/module/open-license-manager into develop

---
 src/library/locate/LocatorStrategy.cpp |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/library/locate/LocatorStrategy.cpp b/src/library/locate/LocatorStrategy.cpp
index 8bde5f1..04c722d 100644
--- a/src/library/locate/LocatorStrategy.cpp
+++ b/src/library/locate/LocatorStrategy.cpp
@@ -7,15 +7,15 @@
 
 #include <licensecc_properties.h>
 
-#include "../base/FileUtils.hpp"
 #include "LocatorStrategy.hpp"
+#include "../base/file_utils.hpp"
 
 namespace license {
 namespace locate {
 using namespace std;
 
 const string LocatorStrategy::retrieve_license_content(const string &licenseLocation) const {
-	return get_file_contents(licenseLocation.c_str(), MAX_LICENSE_LENGTH);
+	return get_file_contents(licenseLocation.c_str(), LCC_API_MAX_LICENSE_DATA_LENGTH);
 }
 
 }  // namespace locate

--
Gitblit v1.9.1