pass c strings to fmt (and one more)
continuous-integration/drone/push Build was killed Details

This commit is contained in:
tastytea 2022-08-16 18:10:15 +02:00
parent c16265683f
commit 4b5e6898cd
Signed by: tastytea
SSH Key Fingerprint: SHA256:FBkvrOlhq5use1XEttyUGT4bUTDVA1ar9SgIc9P03cM
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ std::vector<std::string> list(const fs::path &filepath)
"Skipping in-EPUB file.\n")
.str()
.c_str(),
filepath);
filepath.c_str());
continue;
}
toc.emplace_back(in_epub_filepath);