Skip to content
Snippets Groups Projects
Commit 7299e000 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Fix typo in previous commit (missing semicolon)

parent 68990cd8
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -77,7 +77,7 @@ bool sbbs_t::email(int usernumber, const char *top, const char *subj, long mode,
return(false);
}
if((l&NETMAIL) && (cfg.sys_misc&SM_FWDTONET) && !(mode & WM_NOFWD) && !(useron.rest&FLAG('M'))) {
str[0] = '\0'
str[0] = '\0';
if(getuserrec(&cfg,usernumber,U_NETMAIL,LEN_NETMAIL,str) == 0
&& is_supported_netmail_addr(&cfg, str)) {
bprintf(text[UserNetMail],str);
......
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