Skip to content
Snippets Groups Projects
Commit 29f113e1 authored by rswindell's avatar rswindell
Browse files

Don't convert attached filenames (in msg subject) to uppercase.

parent 50316a14
No related branches found
No related tags found
No related merge requests found
......@@ -217,7 +217,7 @@ void sbbs_t::readmail(uint usernumber, int which)
if(msg.hdr.auxattr&MSG_FILEATTACH) { /* Attached file */
smb_getmsgidx(&smb,&msg);
strcpy(str,msg.subj); /* filenames in title */
strupr(str);
// strupr(str);
tp=str;
while(online) {
p=strchr(tp,SP);
......
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