bugfix 2103ae28
Connor Lane Smith · 2011-05-18 17:01 2 file(s) · +2 −2
config.mk +1 −1
1 1
# dmenu version
2 -
VERSION = 4.3
2 +
VERSION = 4.3.1
3 3
4 4
# paths
5 5
PREFIX = /usr/local
dmenu.c +1 −1
219 219
	if(n > 0)
220 220
		memcpy(&text[cursor], str, n);
221 221
	cursor += n;
222 -
	match(n > 0);
222 +
	match(n > 0 && text[cursor] == '\0');
223 223
}
224 224
225 225
void