diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/wx/player_information.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wx/player_information.cc b/src/wx/player_information.cc index bab960730..6d091630a 100644 --- a/src/wx/player_information.cc +++ b/src/wx/player_information.cc @@ -117,7 +117,7 @@ PlayerInformation::triggered_update () checked_set ( _dcp[r++], wxString::Format( - _("Length: %s (%ld frames)"), + _("Length: %s (%" wxLongLongFmtSpec " frames)"), std_to_wx(time_to_hmsf(dcp->full_length(), lrint(*vfr))).data(), dcp->full_length().frames_round(*vfr) ) |
