We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86a2e4 commit 5010b16Copy full SHA for 5010b16
1 file changed
Src/orbuculum.c
@@ -544,6 +544,7 @@ bool _processOptions( int argc, char *argv[], struct RunTime *r )
544
545
if ( *a == ':' )
546
{
547
+ *a = 0;
548
r->options->nwserverPort = atoi( ++a );
549
}
550
0 commit comments