Commit 6add489c authored by Rafaël Carré's avatar Rafaël Carré

fix compilation on Linux

parent 89e093a7
......@@ -1365,10 +1365,7 @@ void update_download_for_real( download_thread_t *p_this )
if( !p_this->src.psz_md5 || !psz_md5 ||
strncmp( psz_md5, p_this->src.psz_md5, 32 ) )
{
msg_Err( p_this,
_("%s has an incorrect checksum, download failed or mirror is compromised.\n
Please run an antivirus on %s, and report if that file is trojaned.\n
If not, please try later."),
msg_Err( p_this, _("%s has an incorrect checksum, download failed or mirror is compromised.\n Please run an antivirus on %s, and report if that file is trojaned.\n If not, please try later."),
p_this->src.psz_description );
}
free( psz_md5 );
......
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