Skip to content

Commit 8d686c3

Browse files
committed
fix windows
1 parent db29a1d commit 8d686c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util-inl.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ inline std::wstring ConvertUTF8ToWideString(const std::string& str) {
731731
return wstrTo;
732732
}
733733

734-
std::string ConvertWideToUTF8(const std::wstring& wstr) {
734+
std::string ConvertWideStringToUTF8(const std::wstring& wstr) {
735735
if (wstr.empty()) return std::string();
736736

737737
int size_needed = WideCharToMultiByte(CP_UTF8,

0 commit comments

Comments
 (0)