JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
small bugfix
authorAnselm R. Garbe <garbeam@gmail.com>
Mon, 13 Aug 2007 17:22:51 +0000 (19:22 +0200)
committerAnselm R. Garbe <garbeam@gmail.com>
Mon, 13 Aug 2007 17:22:51 +0000 (19:22 +0200)
tile.c

diff --git a/tile.c b/tile.c
index b7cc100..e1c68f8 100644 (file)
--- 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 */