forgotten parentheses
authorHannes Janetzek <hannes.janetzek@gmail.com>
Tue, 22 Sep 2009 00:08:54 +0000 (00:08 +0000)
committerHannes Janetzek <hannes.janetzek@gmail.com>
Tue, 22 Sep 2009 00:08:54 +0000 (00:08 +0000)
SVN revision: 42613

src/bin/e_remember.c

index e00ad674bb77b2bbd2b3e3e9fe1d3b352ba21ec6..c2ed288810f4ae004512c82e8900978bd571fa68 100644 (file)
@@ -148,7 +148,7 @@ _e_remember_restore_cb(void *data, int type, void *event)
             if (!act_fm)
               continue;
             /* at least '/' */
-            if (!rem->class + 9)
+            if (!(rem->class + 9))
               continue;
 
             act_fm->func.go(NULL, rem->class + 8);