Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
GSoC
GSoC2018
macOS
vlc
Commits
40f4dab0
Commit
40f4dab0
authored
Jan 04, 2010
by
ivoire
Browse files
zsh: fix
2b068d3a
(NULL printed).
parent
089821fb
Changes
1
Show whitespace changes
Inline
Side-by-side
extras/analyser/zsh.cpp
View file @
40f4dab0
...
@@ -441,7 +441,8 @@ void PrintOption( char *psz_option, char i_short, char *psz_exclusive,
...
@@ -441,7 +441,8 @@ void PrintOption( char *psz_option, char i_short, char *psz_exclusive,
printf
(
":%s:%s
\"\\\n
"
,
psz_longtext
,
psz_args
);
printf
(
":%s:%s
\"\\\n
"
,
psz_longtext
,
psz_args
);
else
else
printf
(
"
\"\\\n
"
);
printf
(
"
\"\\\n
"
);
printf
(
"
\"
(--%s%s)-%c[%s]"
,
psz_option
,
psz_exclusive
,
printf
(
"
\"
(--%s%s)-%c[%s]"
,
psz_option
,
psz_exclusive
?
psz_exclusive
:
""
,
i_short
,
psz_text
);
i_short
,
psz_text
);
if
(
psz_args
)
if
(
psz_args
)
printf
(
":%s:%s
\"\\\n
"
,
psz_longtext
,
psz_args
);
printf
(
":%s:%s
\"\\\n
"
,
psz_longtext
,
psz_args
);
...
...
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