]> git.sesse.net Git - vlc/commitdiff
Typo
authorRémi Denis-Courmont <rem@videolan.org>
Sat, 10 May 2008 17:17:41 +0000 (20:17 +0300)
committerRémi Denis-Courmont <rem@videolan.org>
Sat, 10 May 2008 17:17:48 +0000 (20:17 +0300)
modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp

index 690765e3c168ccaa1b4401cf0d08d8d808174c70..e67fd5f31692990b1d95fa023413c4be44e79e76 100644 (file)
@@ -207,7 +207,7 @@ void VLMSliderManager::ProcessUpdate( wxScrollEvent &event )
             i_seconds = var_GetTime( p_input, "length" ) / INT64_C( 1000000 );
             secstotimestr( psz_total, i_seconds );
 
-            i_seconds = var_GetTime( p_input, "time" ) / INT_64C( 1000000 );
+            i_seconds = var_GetTime( p_input, "time" ) / INT64_C( 1000000 );
             secstotimestr( psz_time, i_seconds );
 
             time_string = wxU(psz_time) + wxString(wxT(" / ") ) +wxU(psz_total) ;