mirror of
https://github.com/scummvm/scummvm-tools.git
synced 2026-05-21 05:40:44 +00:00
Don't pass a Filename object to printf
svn-id: r41548
This commit is contained in:
+1
-1
@@ -628,7 +628,7 @@ void readVideoInfo(Filename *filename, int &width, int &height, int &framerate,
|
||||
|
||||
FILE *smk = fopen(filename->getFullPath(), "rb");
|
||||
if (!smk) {
|
||||
printf("readVideoInfo: Can't open file: %s\n", filename);
|
||||
printf("readVideoInfo: Can't open file: %s\n", filename->getFullPath());
|
||||
exit(-1);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user