1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-11-15 09:44:04 +00:00

Only ever fork() once.

(cherry picked from commit 000acfe0fd)
This commit is contained in:
Brenden Matthews 2010-01-26 13:05:04 -08:00 committed by Cesare Tirabassi
parent c5925930c3
commit 8cb56def23

View File

@ -5619,7 +5619,7 @@ void initialisation(int argc, char **argv) {
while (1) {
int c = getopt_long(argc, argv, getopt_string, longopts, NULL);
static int startup_pause = 0;
int startup_pause;
if (c == -1) {
break;