Commit 5c5e0016 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Typo

parent 7690e538
...@@ -207,7 +207,7 @@ void VLMSliderManager::ProcessUpdate( wxScrollEvent &event ) ...@@ -207,7 +207,7 @@ void VLMSliderManager::ProcessUpdate( wxScrollEvent &event )
i_seconds = var_GetTime( p_input, "length" ) / INT64_C( 1000000 ); i_seconds = var_GetTime( p_input, "length" ) / INT64_C( 1000000 );
secstotimestr( psz_total, i_seconds ); 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 ); secstotimestr( psz_time, i_seconds );
time_string = wxU(psz_time) + wxString(wxT(" / ") ) +wxU(psz_total) ; time_string = wxU(psz_time) + wxString(wxT(" / ") ) +wxU(psz_total) ;
......
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