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
Gautam Chitnis
web-ui-redesign
Commits
51c217e7
Commit
51c217e7
authored
Nov 15, 2007
by
Rémi Denis-Courmont
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Typo
parent
5a7d66bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
modules/misc/screensaver.c
modules/misc/screensaver.c
+1
-1
No files found.
modules/misc/screensaver.c
View file @
51c217e7
...
...
@@ -140,7 +140,7 @@ static void Execute( intf_thread_t *p_this, const char *const *ppsz_args )
case
0
:
/* we're the child */
/* We don't want output */
freopen
(
"/dev/null"
,
"w"
,
stdout
);
freopen
(
"/dev/null"
,
"w"
stderr
);
freopen
(
"/dev/null"
,
"w"
,
stderr
);
execv
(
ppsz_args
[
0
]
,
(
char
*
const
*
)
ppsz_args
);
/* If the file we want to execute doesn't exist we exit() */
exit
(
1
);
...
...
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