]> git.sesse.net Git - vlc/commitdiff
forget a parameter in msg_Err
authorRafaël Carré <funman@videolan.org>
Mon, 26 Nov 2007 14:18:57 +0000 (14:18 +0000)
committerRafaël Carré <funman@videolan.org>
Mon, 26 Nov 2007 14:18:57 +0000 (14:18 +0000)
src/misc/update.c

index 8c40171fd22d363e6e4736611616e38db4bb8c91..45c38dca92ec1afe4fc52a3ea135f36b59e955c2 100644 (file)
@@ -1366,7 +1366,7 @@ void update_download_for_real( download_thread_t *p_this )
                     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."),
-                    p_this->src.psz_description );
+                    p_this->src.psz_description, psz_dest );
                 }
                 free( psz_md5 );
             }