1
0
Fork 0
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:
QC 2014-08-25 20:07:31 +02:00
parent 24e7041604
commit d76571bcaa

View file

@ -47,7 +47,7 @@ pid_t execute_generator ( char * cmd )
args[2] = g_strdup ( cmd ); args[2] = g_strdup ( cmd );
args[3] = NULL; args[3] = NULL;
int fd; int fd = -1;
g_spawn_async_with_pipes ( NULL, g_spawn_async_with_pipes ( NULL,
args, args,
NULL, NULL,