[vlc-commits] commit: Qt: more fixes for x64 (Jean-Baptiste Kempf )
git at videolan.org
git at videolan.org
Sat Jul 3 14:17:45 CEST 2010
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sat Jul 3 14:17:45 2010 +0200| [37607cf9d5c65e5d8b0e378c8f4b152cd6444ac5] | committer: Jean-Baptiste Kempf
Qt: more fixes for x64
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=37607cf9d5c65e5d8b0e378c8f4b152cd6444ac5
---
modules/gui/qt4/components/extended_panels.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/gui/qt4/components/extended_panels.cpp b/modules/gui/qt4/components/extended_panels.cpp
index 0f12f3a..ac2eb92 100644
--- a/modules/gui/qt4/components/extended_panels.cpp
+++ b/modules/gui/qt4/components/extended_panels.cpp
@@ -711,7 +711,7 @@ void ExtV4l2::Refresh( void )
{
combobox->addItem(
text2.p_list->p_values[j].psz_string,
- val2.p_list->p_values[j].i_int );
+ qlonglong( val2.p_list->p_values[j].i_int) );
if( i_val == val2.p_list->p_values[j].i_int )
combobox->setCurrentIndex( j );
}
More information about the vlc-commits
mailing list