mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-11 13:50:48 -05:00
Initialize fd to -1.
This commit is contained in:
parent
24e7041604
commit
d76571bcaa
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ pid_t execute_generator ( char * cmd )
|
|||
args[2] = g_strdup ( cmd );
|
||||
args[3] = NULL;
|
||||
|
||||
int fd;
|
||||
int fd = -1;
|
||||
g_spawn_async_with_pipes ( NULL,
|
||||
args,
|
||||
NULL,
|
||||
|
|
Loading…
Reference in a new issue