Skip to content
Snippets Groups Projects
Commit f41d8942 authored by deuce's avatar deuce
Browse files

Fix typo in last commit.

parent 41ddae68
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,7 @@ int sbbs_t::scanposts(uint subnum, long mode, const char *find)
}
smb_unlocksmbhdr(&smb);
}
if(msg_addr & MSG_DELETE) {
if(msg_attr & MSG_DELETE) {
if(!(cfg.sys_misc&SM_SYSVDELM))
domsg=0; // If you can view deleted messages, don't redisplay.
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment