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:
parent
2c0c08f86a
commit
fff9e6a2e4
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user