commit e4ad3205995865f53b806a912bc7beb44fb90598 parent a200c39635dcbd1cb1109353f9c2acab983c8606 Author: Anselm R. Garbe <garbeam@gmail.com> Date: Mon, 13 Aug 2007 19:22:51 +0200 small bugfix Diffstat:
M | tile.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tile.c b/tile.c @@ -12,7 +12,7 @@ void addtomwfact(const char *arg) { double delta; - if(isarrange(tile)) + if(!isarrange(tile)) return; /* arg handling, manipulate mwfact */