diff --git a/src/commands/GetTrackInfoCommand.cpp b/src/commands/GetTrackInfoCommand.cpp index 455a799d8..43072db6b 100644 --- a/src/commands/GetTrackInfoCommand.cpp +++ b/src/commands/GetTrackInfoCommand.cpp @@ -100,7 +100,7 @@ bool GetTrackInfoCommand::Apply(CommandExecutionContext context) } else if (mode.IsSameAs(wxT("EndTime"))) { - Status(wxString::Format(wxT("%f"), t->GetEndTime())); + Status(wxString::Format(wxT("%.17g"), t->GetEndTime())); } else if (mode.IsSameAs(wxT("Pan"))) {