mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-01 16:35:20 +00:00
add missing varag param
svn-id: r46206
This commit is contained in:
parent
5b562407c1
commit
cbf08155c5
@ -151,7 +151,7 @@ bool PAKFile::outputFileAs(const char *f, const char *fn) {
|
||||
FileList *cur = (_fileList != 0) ? _fileList->findEntry(f) : 0;
|
||||
|
||||
if (!cur) {
|
||||
error("file '%s' not found");
|
||||
error("file '%s' not found", f);
|
||||
return false;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user