[nostalgia/player] Fix warning about using oxErrf without fmt params
This commit is contained in:
parent
fcff38c3fa
commit
6bd21bf1b4
@ -13,7 +13,7 @@
|
|||||||
static ox::Error run(int argc, const char **argv) noexcept {
|
static ox::Error run(int argc, const char **argv) noexcept {
|
||||||
ox::trace::init();
|
ox::trace::init();
|
||||||
if (argc < 2) {
|
if (argc < 2) {
|
||||||
oxErrf("Please provide path to project directory or OxFS file.");
|
oxErr("Please provide path to project directory or OxFS file.");
|
||||||
return OxError(1);
|
return OxError(1);
|
||||||
}
|
}
|
||||||
const auto path = argv[1];
|
const auto path = argv[1];
|
||||||
|
Loading…
Reference in New Issue
Block a user