Skip to content
Snippets Groups Projects
Commit 4a596a90 authored by rswindell's avatar rswindell
Browse files

Remove unused variable.

parent 8c2a3418
No related branches found
No related tags found
No related merge requests found
...@@ -386,7 +386,7 @@ void sbbs_t::download_msg_attachments(smb_t* smb, smbmsg_t* msg, bool del) ...@@ -386,7 +386,7 @@ void sbbs_t::download_msg_attachments(smb_t* smb, smbmsg_t* msg, bool del)
if(msg->hdr.auxattr&MSG_FILEATTACH) { /* Attached file */ if(msg->hdr.auxattr&MSG_FILEATTACH) { /* Attached file */
smb_getmsgidx(smb, msg); smb_getmsgidx(smb, msg);
SAFECOPY(str, msg->subj); /* filenames (multiple?) in title */ SAFECOPY(str, msg->subj); /* filenames (multiple?) in title */
char *p,*tp,*sp,ch; char *p,*tp,ch;
tp=str; tp=str;
while(online) { while(online) {
p=strchr(tp,' '); p=strchr(tp,' ');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment