4th batch

This commit is contained in:
Leah Anderson
2026-03-02 12:00:59 -07:00
parent 9cfc2e5b16
commit 79c1737c34
33 changed files with 94 additions and 93 deletions

View File

@@ -138,7 +138,7 @@ bool DataInputStream::readFully(byteArray b)
}
else
{
b[i] = static_cast<std::byte>(byteRead);
b[i] = static_cast<byte>(byteRead);
}
}
return true;