From 78500a062e448a9ac49db304fa1a05c802f35d7e Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Sun, 31 Dec 2017 01:27:44 +0000 Subject: [PATCH] Try to fix wxWidgets debug alert on windows (#1153). --- src/wx/player_information.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) ) -- 2.30.2