Commit c0236576 authored by Sharad Dixit's avatar Sharad Dixit Committed by Jean-Baptiste Kempf

Qt4: Fixed uninitialized variable

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ebb59d36
......@@ -109,7 +109,7 @@ void BookmarksDialog::update()
if( !p_input ) return;
seekpoint_t **pp_bookmarks;
int i_bookmarks;
int i_bookmarks = 0;
if( bookmarksList->topLevelItemCount() > 0 )
{
......
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