fix for runtime autostart
This commit is contained in:
parent
cdeb338240
commit
3d28d91ca4
1 changed files with 2 additions and 0 deletions
2
dwl.c
2
dwl.c
|
@ -2839,6 +2839,8 @@ main(int argc, char *argv[])
|
||||||
else if (c == 'e') {
|
else if (c == 'e') {
|
||||||
autostart_runtime[autostart_runtime_idx] = optarg;
|
autostart_runtime[autostart_runtime_idx] = optarg;
|
||||||
autostart_runtime_idx++;
|
autostart_runtime_idx++;
|
||||||
|
autostart_runtime[autostart_runtime_idx] = NULL;
|
||||||
|
autostart_runtime_idx++;
|
||||||
}
|
}
|
||||||
else if (c == 'd')
|
else if (c == 'd')
|
||||||
log_level = WLR_DEBUG;
|
log_level = WLR_DEBUG;
|
||||||
|
|
Loading…
Reference in a new issue