Skip to content

Commit ee08a4a

Browse files
committed
platformlauncher.cpp: Change printArgvToConsole to printListToConsole
1 parent d8c4f36 commit ee08a4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platformlauncher.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ bool PlatformLauncher::start(char* argv[], int argc, DWORD *retCode, const char*
9898
progArgs.push_front("org.jruby.util.NailMain");
9999
char ** nailArgv = convertToArgvArray(progArgs);
100100
if (printCommandLine) {
101-
printArgvToConsole(nailArgv);
101+
printListToConsole(progArgs);
102102
return true;
103103
}
104104

0 commit comments

Comments
 (0)