diff options
| author | Carl Hetherington <cth@carlh.net> | 2017-12-31 01:27:44 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2017-12-31 01:27:44 +0000 |
| commit | 78500a062e448a9ac49db304fa1a05c802f35d7e (patch) | |
| tree | 94a53e1f32023a3f3a8048e4ea2d66adb7f4c825 /src | |
| parent | 1bf2e9e23295d23c42c80132b9637e98c0c5c3f5 (diff) | |
Try to fix wxWidgets debug alert on windows (#1153).
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) ) |
