bar_bottom is already initialized with config setting, don't zero it.
This commit is contained in:
1
bar.c
1
bar.c
@@ -407,7 +407,6 @@ main (int argc, char **argv)
|
|||||||
xcb_expose_event_t *expose_ev;
|
xcb_expose_event_t *expose_ev;
|
||||||
|
|
||||||
int permanent = 0;
|
int permanent = 0;
|
||||||
bar_bottom = 0;
|
|
||||||
|
|
||||||
char ch;
|
char ch;
|
||||||
while ((ch = getopt (argc, argv, "phb")) != -1) {
|
while ((ch = getopt (argc, argv, "phb")) != -1) {
|
||||||
|
Reference in New Issue
Block a user