pass c strings to fmt (…)
Some checks reported errors
continuous-integration/drone/push Build was killed
Some checks reported errors
continuous-integration/drone/push Build was killed
This commit is contained in:
parent
4b5e6898cd
commit
c0a2f7e779
|
@ -129,7 +129,7 @@ int main(int argc, char *argv[])
|
|||
<< format(translate("Could not open {0:s}: {1:s}")
|
||||
.str()
|
||||
.c_str(),
|
||||
e.path1(), e.what());
|
||||
e.path1().c_str(), e.what());
|
||||
return_code = EXIT_FAILURE;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user