Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 220669
Collapse All | Expand All

(-)a/main/dlist.cc (-4 / +5 lines)
Lines 1023-1033 Link Here
1023
				cpfrom=oldname;
1023
				cpfrom=oldname;
1024
			}else
1024
			}else
1025
				cpfrom=newname;
1025
				cpfrom=newname;
1026
				 
1026
			if(strcmp(cpfrom,tmp)){
1027
			WL->log_printf(LOG_WARNING,_("Trying to copy %s to %s due 'Content-Disposition'"),
1027
				WL->log_printf(LOG_WARNING,_("Trying to copy %s to %s due 'Content-Disposition'"),
1028
				       cpfrom,tmp);
1028
				       cpfrom,tmp);
1029
			if (file_copy(cpfrom,tmp,buf,1000))
1029
				if (file_copy(cpfrom,tmp,buf,1000))
1030
				WL->log(LOG_ERROR,_("Error during copying!"));
1030
					WL->log(LOG_ERROR,_("Error during copying!"));
1031
			}
1031
			delete[] buf;
1032
			delete[] buf;
1032
			delete[] tmp;
1033
			delete[] tmp;
1033
			delete[] newname;
1034
			delete[] newname;

Return to bug 220669