gui: Initialize command_fds to -1.
authorAndre Noll <maan@systemlinux.org>
Sat, 29 Mar 2014 12:48:40 +0000 (13:48 +0100)
committerAndre Noll <maan@systemlinux.org>
Sun, 4 May 2014 12:04:04 +0000 (14:04 +0200)
We check at various locations whether the two members of the
command_fds array are negative to tell if an external command or a
display command is currently running. At startup, there is no such
command, hence the two integers of the array should be initialized
to a negative value.


No differences found