diff --git a/Src/OSD/SDL/Main.cpp b/Src/OSD/SDL/Main.cpp index 505d8ef..3e9c69f 100644 --- a/Src/OSD/SDL/Main.cpp +++ b/Src/OSD/SDL/Main.cpp @@ -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; }