Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dvblast
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Redmine
Redmine
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
videolan
dvblast
Commits
392f1933
Commit
392f1933
authored
Jan 05, 2010
by
Rustam Afanasyev
Committed by
Christophe Massiot
Jan 05, 2010
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix port numbers > 4 digits.
parent
2b58e5ec
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dvblast.c
dvblast.c
+2
-2
No files found.
dvblast.c
View file @
392f1933
...
@@ -101,7 +101,7 @@ static void ReadConfiguration( char *psz_file )
...
@@ -101,7 +101,7 @@ static void ReadConfiguration( char *psz_file )
char
*
psz_parser
,
*
psz_token
,
*
psz_token2
,
*
psz_token3
;
char
*
psz_parser
,
*
psz_token
,
*
psz_token2
,
*
psz_token3
;
struct
addrinfo
*
p_addr
;
struct
addrinfo
*
p_addr
;
struct
addrinfo
ai_hints
;
struct
addrinfo
ai_hints
;
char
sz_port
[
5
];
char
sz_port
[
6
];
char
*
psz_displayname
;
char
*
psz_displayname
;
uint16_t
i_sid
=
0
;
uint16_t
i_sid
=
0
;
uint16_t
*
pi_pids
=
NULL
;
uint16_t
*
pi_pids
=
NULL
;
...
@@ -456,7 +456,7 @@ int main( int i_argc, char **pp_argv )
...
@@ -456,7 +456,7 @@ int main( int i_argc, char **pp_argv )
case
'd'
:
case
'd'
:
{
{
char
*
psz_token
,
*
psz_displayname
;
char
*
psz_token
,
*
psz_displayname
;
char
sz_port
[
5
];
char
sz_port
[
6
];
struct
addrinfo
*
p_daddr
;
struct
addrinfo
*
p_daddr
;
struct
addrinfo
ai_hints
;
struct
addrinfo
ai_hints
;
int
i_dup_config
=
0
;
int
i_dup_config
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment