]> git.sesse.net Git - vlc/blobdiff - src/misc/update.c
dialog_ProgressSet: add an optional string parameter
[vlc] / src / misc / update.c
index 248eb2bc4a342a98b9f8b779b02be5e75ba03dc3..56038ef84959401e763cff529eb22ff4a49f1e36 100644 (file)
@@ -1612,7 +1612,7 @@ static void* update_DownloadReal( vlc_object_t *p_this )
                       p_update->release.psz_url, psz_downloaded, psz_size,
                       f_progress ) != -1 )
         {
-            dialog_ProgressSet( p_progress, /*FIXME psz_status,*/ f_progress );
+            dialog_ProgressSet( p_progress, psz_status, f_progress );
             free( psz_status );
         }
         free( psz_downloaded );