Commit 1595a7ef authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Add a DIR_SEP to the download folder.

Close #1776
parent 4210958b
......@@ -262,6 +262,10 @@ void UpdateDialog::UpdateOrDownload()
if( dest_dir != "" )
{
#if defined( WIN32 ) || defined( UNDER_CE )
dest_dir += DIR_SEP;
#endif
msg_Dbg( p_intf, "Downloading to folder: %s", dest_dir );
toggleVisible();
update_Download( p_update, qtu( dest_dir ) );
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment