summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2017-12-31 01:27:44 +0000
committerCarl Hetherington <cth@carlh.net>2017-12-31 01:27:44 +0000
commit78500a062e448a9ac49db304fa1a05c802f35d7e (patch)
tree94a53e1f32023a3f3a8048e4ea2d66adb7f4c825 /src
parent1bf2e9e23295d23c42c80132b9637e98c0c5c3f5 (diff)
Try to fix wxWidgets debug alert on windows (#1153).
Diffstat (limited to 'src')
-rw-r--r--src/wx/player_information.cc2
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)
)