Changeset 5c5e00162b13ee769e0dbd090057a70cfbd1218e

Show
Ignore:
Timestamp:
05/10/08 19:17:48 (2 months ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1210439868 +0300
git-parent:

[7690e538aa8ad75a872bd0235f528d2d8f54675f]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1210439861 +0300
Message:

Typo

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • modules/gui/wxwidgets/dialogs/vlm/vlm_slider_manager.cpp

    rd9752f1 r5c5e001  
    208208            secstotimestr( psz_total, i_seconds ); 
    209209 
    210             i_seconds = var_GetTime( p_input, "time" ) / INT_64C( 1000000 ); 
     210            i_seconds = var_GetTime( p_input, "time" ) / INT64_C( 1000000 ); 
    211211            secstotimestr( psz_time, i_seconds ); 
    212212