mirror of
https://github.com/rkd77/elinks.git
synced 2025-06-30 22:19:29 -04:00
[osdep] initialize ret
This commit is contained in:
parent
dabfe8dbbd
commit
aa7edfc16d
@ -352,7 +352,7 @@ exe(char *path)
|
||||
|
||||
int
|
||||
exe_no_stdin(char *path) {
|
||||
int ret;
|
||||
int ret = 0;
|
||||
#ifndef WIN32
|
||||
|
||||
#if defined(F_GETFD) && defined(FD_CLOEXEC)
|
||||
@ -373,6 +373,7 @@ exe_no_stdin(char *path) {
|
||||
else if (pid > 0)
|
||||
waitpid(pid, &ret, 0);
|
||||
#endif
|
||||
|
||||
#endif
|
||||
return ret;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user