diff options
Diffstat (limited to 'src/core/ms_check.c')
-rw-r--r-- | src/core/ms_check.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/ms_check.c b/src/core/ms_check.c index 964808754..b2968c3d5 100644 --- a/src/core/ms_check.c +++ b/src/core/ms_check.c @@ -55,7 +55,7 @@ class CommandMSCheck : public Command for (i = mi->memos.size() - 1; i >= 0; --i) { - if (!stricmp(mi->memos[i]->sender.c_str(), u->nc->display)) + if (!stricmp(mi->memos[i]->sender.c_str(), u->Account()->display)) { found = 1; /* Yes, we've found the memo */ |