Commit 18cf71dc authored by Christophe Mutricy's avatar Christophe Mutricy

Remove C++ism to please gcc2.95 and BeOS

parent 51e80c01
......@@ -398,10 +398,11 @@ void GetFilesList( update_t *p_update, vlc_bool_t b_force )
struct update_release_t *p_release = NULL;
struct update_release_t tmp_release = {0};
struct update_file_t tmp_file = {0};
tmp_release.i_type = UPDATE_RELEASE_TYPE_STABLE;
vlc_bool_t b_os = VLC_FALSE, b_arch = VLC_FALSE;
tmp_release.i_type = UPDATE_RELEASE_TYPE_STABLE;
vlc_mutex_lock( &p_update->lock );
if( p_update->b_releases && b_force == VLC_FALSE )
......
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