mirror of
https://github.com/Llewellynvdm/conky.git
synced 2024-11-15 09:44:04 +00:00
parent
c5925930c3
commit
8cb56def23
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user