Skip to content
Snippets Groups Projects
Commit e329079c authored by rswindell's avatar rswindell
Browse files

Added cmdline_port definition.

parent 3fc8fc6a
No related branches found
No related tags found
No related merge requests found
......@@ -859,6 +859,7 @@ nick_pointer = 0;
// Parse command-line arguments.
config_filename="";
var cmdline_port;
for (cmdarg=0;cmdarg<argc;cmdarg++) {
switch(argv[cmdarg].toLowerCase()) {
case "-f":
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment