mirror of https://github.com/0intro/wmii
Initialize main()'s BlitzFont font to 0 to prevent segfault
This commit is contained in:
parent
c34c236acd
commit
eb1652d7a9
|
@ -344,7 +344,7 @@ main(int argc, char *argv[])
|
|||
int i;
|
||||
XSetWindowAttributes wa;
|
||||
char *maxname, *p;
|
||||
BlitzFont font;
|
||||
BlitzFont font = {0};
|
||||
GC gc;
|
||||
Drawable pmap;
|
||||
XEvent ev;
|
||||
|
|
Loading…
Reference in New Issue