Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
multicat
Commits
f0b6a67d
Commit
f0b6a67d
authored
Mar 05, 2013
by
Christophe Massiot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix getopt use on some architectures.
parent
63f8ebb7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
ingests.c
ingests.c
+1
-1
No files found.
ingests.c
View file @
f0b6a67d
...
...
@@ -190,7 +190,7 @@ int main( int i_argc, char **pp_argv )
for
(
;
;
)
{
char
c
;
int
c
;
if
(
(
c
=
getopt
(
i_argc
,
pp_argv
,
"p:m:h"
))
==
-
1
)
break
;
...
...
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