Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
libcdi
Commits
4b238d2d
Commit
4b238d2d
authored
Oct 21, 2009
by
Uwe Schulzweida
Browse files
Version 1.4.0.1 released
parent
7e701254
Changes
1
Hide whitespace changes
Inline
Side-by-side
app/cdi.c
View file @
4b238d2d
...
...
@@ -695,7 +695,7 @@ int main(int argc, char *argv[])
if
(
optind
<
argc
)
fname2
=
argv
[
optind
++
];
if
(
optind
<
argc
)
{
fprintf
(
stderr
,
"optind: %d argc: %d
\n
"
,
optind
,
argc
);
fprintf
(
stderr
,
"optind: %d argc: %d
\n
"
,
optind
,
argc
);
}
if
(
Debug
||
Version
)
version
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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