1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 16:10:06 +02:00

Fix another long long format argument

This commit is contained in:
Paul Licameli 2020-07-07 02:03:51 -04:00
parent 2c0c08f86a
commit fff9e6a2e4

View File

@ -898,7 +898,7 @@ void Sequence::HandleXMLEndTag(const wxChar *tag)
{
wxLogWarning(
wxT("Gap detected in project file.\n")
wxT(" Start (%s) for block file %d is not one sample past end of previous block (%s).\n")
wxT(" Start (%s) for block file %lld is not one sample past end of previous block (%s).\n")
wxT(" Moving start so blocks are contiguous."),
// PRL: Why bother with Internat when the above is just wxT?
Internat::ToString(block.start.as_double(), 0),