Skip to content

Commit 5010b16

Browse files
committed
Fix url formation for server and port
1 parent f86a2e4 commit 5010b16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Src/orbuculum.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -544,6 +544,7 @@ bool _processOptions( int argc, char *argv[], struct RunTime *r )
544544

545545
if ( *a == ':' )
546546
{
547+
*a = 0;
547548
r->options->nwserverPort = atoi( ++a );
548549
}
549550

0 commit comments

Comments
 (0)