cvsimport

This commit is contained in:
Christian Neukirchen 2015-02-11 14:20:35 +00:00
commit 668da8493a

2
conf.c
View File

@ -76,7 +76,7 @@ conf_autogroup(struct conf *c, int num, const char *val)
struct autogroupwin *aw;
char *p;
aw = xcalloc(1, sizeof(*aw));
aw = xmalloc(sizeof(*aw));
if ((p = strchr(val, ',')) == NULL) {
aw->name = NULL;