From f7f0ba4206bfc30d4f9727a0e2448ee43cba6aad Mon Sep 17 00:00:00 2001
From: gcontini <1121667+gcontini@users.noreply.github.com>
Date: 周二, 17 11月 2020 10:19:54 +0800
Subject: [PATCH] fix mingw

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

diff --git a/src/library/locate/ExternalDefinition.cpp b/src/library/locate/ExternalDefinition.cpp
index a7386de..00a58ed 100644
--- a/src/library/locate/ExternalDefinition.cpp
+++ b/src/library/locate/ExternalDefinition.cpp
@@ -54,7 +54,7 @@
 	if (licenseLocation == get_strategy_name()) {
 		string licData(m_location->licenseData, mstrnlen_s(m_location->licenseData, LCC_API_MAX_LICENSE_DATA_LENGTH));
 		if (m_location->license_data_type == LICENSE_ENCODED) {
-			// FIXME what if license is wrong
+			// FIXME what if license content is not base64
 			vector<uint8_t> raw = unbase64(licData);
 			string str = string(reinterpret_cast<char *>(raw.data()));
 			return str;

--
Gitblit v1.9.1