From c30cb187bdb3d105c6e5df061fc6f121b2c84529 Mon Sep 17 00:00:00 2001 From: Captainkittyca2 <68467449+Captainkittyca2@users.noreply.github.com> Date: Tue, 2 May 2023 00:41:51 +0300 Subject: Modify ZFile.cpp for inc file creation (#286) --- ZAPD/ZFile.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ZAPD/ZFile.cpp') diff --git a/ZAPD/ZFile.cpp b/ZAPD/ZFile.cpp index f6f64c4..f8b2707 100644 --- a/ZAPD/ZFile.cpp +++ b/ZAPD/ZFile.cpp @@ -1046,7 +1046,7 @@ std::string ZFile::ProcessDeclarations() auto filepath = outputPath / item.second->varName; File::WriteAllText( - StringHelper::Sprintf("%s.%s.inc", filepath.c_str(), extType.c_str()), + StringHelper::Sprintf("%s.%s.inc", filepath.string().c_str(), extType.c_str()), item.second->text); } -- cgit v1.2.3