Codechange: Stringify config file paths.

This commit is contained in:
Michael Lutz
2020-12-06 21:11:42 +01:00
parent 860c270c73
commit dd138fc460
16 changed files with 56 additions and 64 deletions

View File

@@ -382,7 +382,7 @@ public:
break;
default:
strecpy(o_dir.name, _personal_dir, lastof(o_dir.name));
strecpy(o_dir.name, _personal_dir.c_str(), lastof(o_dir.name));
}
switch (this->fop) {