mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-10 18:25:45 -04:00
CommonHostInterface: Compile warning fix
This commit is contained in:
@ -742,7 +742,7 @@ bool CommonHostInterface::SaveUndoLoadState()
|
||||
return false;
|
||||
}
|
||||
|
||||
Log_InfoPrintf("Saved undo load state: % " PRIu64 " bytes", m_undo_load_state->GetSize());
|
||||
Log_InfoPrintf("Saved undo load state: %" PRIu64 " bytes", m_undo_load_state->GetSize());
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user