fix regression due to too fast rewrite
authorPierre Habouzit <madcoder@debian.org>
Mon, 6 Nov 2006 02:05:02 +0000 (03:05 +0100)
committerPierre Habouzit <madcoder@debian.org>
Mon, 6 Nov 2006 02:05:02 +0000 (03:05 +0100)
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
buffy.c

diff --git a/buffy.c b/buffy.c
index 6dd5457..9f8b9f6 100644 (file)
--- a/buffy.c
+++ b/buffy.c
@@ -321,7 +321,7 @@ int buffy_check (int force)
      * before polling */
     if (!Context || !Context->path || (local ? (sb.st_dev != contex_sb.st_dev ||
                                                 sb.st_ino != contex_sb.st_ino) : 
-                                       !m_strcmp(tmp->path, Context->path))) {
+                                       m_strcmp(tmp->path, Context->path))) {
       switch (tmp->magic) {
       case M_MBOX:
       case M_MMDF: