소스 검색

Update lib/VCMIDirs.cpp

Co-authored-by: Ivan Savenko <[email protected]>
George King 6 달 전
부모
커밋
451f22a22f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lib/VCMIDirs.cpp

+ 1 - 1
lib/VCMIDirs.cpp

@@ -133,7 +133,7 @@ void VCMIDirsWIN32::loadDirsJsonIfNeeded() const
 		return;
 		return;
 	}
 	}
 
 
-	std::ifstream in(configPath.string(), std::ios::binary);
+	std::ifstream in(configPath.c_str(), std::ios::binary);
 	if (!in)
 	if (!in)
 	{
 	{
 		dirsConfig = std::nullopt;
 		dirsConfig = std::nullopt;