From 4395a32f7effcaf458d59df8ea7ad2b952151916 Mon Sep 17 00:00:00 2001 From: Nikita Zimin Date: Sun, 7 Apr 2024 20:11:17 +0300 Subject: [PATCH] Portability changes (3) --- BKImgFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BKImgFile.cpp b/BKImgFile.cpp index 332b685..cabbc3e 100644 --- a/BKImgFile.cpp +++ b/BKImgFile.cpp @@ -54,7 +54,7 @@ bool CBKImgFile::Open(const fs::path &pathName, const bool bWrite) if (bRet) { - m_strName = pathName; + m_strName = pathName.wstring(); } return bRet;