mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-26 20:25:41 -04:00
CommonHostInterface: Compile warning fix
This commit is contained in:
parent
a85f36b257
commit
0c4629bda2
@ -742,7 +742,7 @@ bool CommonHostInterface::SaveUndoLoadState()
|
|||||||
return false;
|
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;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user