mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2024-11-22 13:55:38 +00:00
Fixed error message when multiple files detected on command line.
This commit is contained in:
parent
0495421cbc
commit
e724d0ec0b
|
@ -1344,7 +1344,7 @@ int main(int argc, char **argv)
|
|||
else
|
||||
{
|
||||
if (fileIdx) // already specified a file
|
||||
ErrorLog("Multiple files specified. Using %s, ignoring %s.", argv[i], argv[fileIdx]);
|
||||
ErrorLog("Multiple files specified. Using %s, ignoring %s.", argv[fileIdx], argv[i]);
|
||||
else
|
||||
fileIdx = i;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue