TagId3: fix printf string parameter
This commit is contained in:
parent
f9e63dfd65
commit
be36c0769a
@ -514,7 +514,7 @@ tag_id3_load(Path path_fs, Error &error)
|
|||||||
{
|
{
|
||||||
FILE *file = FOpen(path_fs, "rb");
|
FILE *file = FOpen(path_fs, "rb");
|
||||||
if (file == nullptr) {
|
if (file == nullptr) {
|
||||||
error.FormatErrno("Failed to open file %s", path_fs);
|
error.FormatErrno("Failed to open file %s", path_fs.c_str());
|
||||||
return nullptr;
|
return nullptr;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user