Skip to content
Snippets Groups Projects
Commit 325eccbf authored by rswindell's avatar rswindell
Browse files

Another filename case-sensitivity (Unix compatibility) fix.

parent f48fad97
No related branches found
No related tags found
No related merge requests found
......@@ -447,7 +447,6 @@ int create_netmail(char *to,char *subject,char *body,faddr_t dest,int file)
logprintf("Directory full: %s",scfg.netmail_dir);
return(-1); }
startmsg=i+1;
strupr(fname);
if((fstream=fnopen(&fmsg,fname,O_RDWR|O_CREAT))==NULL) {
printf("\7ERROR line %d opening %s %s\n",__LINE__,fname,sys_errlist[errno]);
logprintf("ERROR line %d opening %s %s",__LINE__,fname,sys_errlist[errno]);
......
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