Standardise fixed-width integer usage in touched files

This commit is contained in:
notmatthewbeshay
2026-03-10 19:14:32 +11:00
parent 83ba8d8384
commit 0ab0fd9209
64 changed files with 229 additions and 229 deletions

View File

@@ -38,7 +38,7 @@ void ConsoleSaveFileOutputStream::write(unsigned int b)
{
unsigned int numberOfBytesWritten;
uint8_t value = (uint8_t) b;
std::uint8_t value = (std::uint8_t) b;
bool result = m_saveFile->writeFile(
m_file,