[vlc-devel] commit: Typo ( Rémi Denis-Courmont )

git version control git at videolan.org
Sat May 10 19:16:30 CEST 2008


vlc | branch: master | Rémi Denis-Courmont <rem at videolan.org> | Sat May 10 20:17:41 2008 +0300| [5c5e00162b13ee769e0dbd090057a70cfbd1218e]

Typo

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=5c5e00162b13ee769e0dbd090057a70cfbd1218e
---

 .../wxwidgets/dialogs/vlm/vlm_slider_manager.cpp   |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp b/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
index 690765e..e67fd5f 100644
--- a/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
+++ b/modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp
@@ -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) ;




More information about the vlc-devel mailing list