mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-14 20:45:46 -04:00
Host: Purge C format string error overloads
This commit is contained in:
@ -1266,7 +1266,7 @@ void EmuThread::changeDiscFromPlaylist(quint32 index)
|
||||
return;
|
||||
|
||||
if (!System::SwitchMediaSubImage(index))
|
||||
Host::ReportFormattedErrorAsync("Error", "Failed to switch to subimage %u", index);
|
||||
errorReported(tr("Error"), tr("Failed to switch to subimage %1").arg(index));
|
||||
}
|
||||
|
||||
void EmuThread::setCheatEnabled(quint32 index, bool enabled)
|
||||
|
Reference in New Issue
Block a user