Skip to content

Commit f843225

Browse files
authored
C str for spdlog
1 parent e91690c commit f843225

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: lib/src/subtitle.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ subtitle::subtitle(const filesystem::path &sp, RW rw) {
3131
this->file_path = sp;
3232
} else {
3333
if(!filesystem::exists(sp.parent_path())) {
34-
log::debug("Directory ({}) doesn't exist - creating it", sp.parent_path());
34+
log::debug("Directory ({}) doesn't exist - creating it", sp.parent_path().c_str());
3535
filesystem::create_directory(sp.parent_path());
3636
}
3737
this->file_path = weakly_canonical(sp);

0 commit comments

Comments
 (0)