mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-05-23 11:26:16 +00:00
Standardise fixed-width integer usage in touched files
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user