diff options
Diffstat (limited to 'main.c')
| -rw-r--r-- | main.c | 2 | 
1 files changed, 2 insertions, 0 deletions
@@ -135,6 +135,8 @@ initfont(const char *fontstr) {  	char *def, **missing;  	int i, n; +	if(!fontstr || fontstr[0] == '\0') +		eprint("error, cannot load font: '%s'\n", fontstr);  	missing = NULL;  	if(dc.font.set)  		XFreeFontSet(dpy, dc.font.set);  | 
