summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/board.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mbbsd/board.c b/mbbsd/board.c
index 2e764a76..6427690d 100644
--- a/mbbsd/board.c
+++ b/mbbsd/board.c
@@ -326,7 +326,7 @@ void load_brdbuf(void)
fav_load();
/* subscribe new fav (deprecated) */
- if (get_fav_root() == NULL)
+ if (get_fav_root() != NULL)
updatenewfav(1);
}