Fixed Uint -> UInt

master
Robinson 2023-08-20 22:17:12 +02:00
parent f53ef437e0
commit 44b16e2625
No known key found for this signature in database
GPG Key ID: 8E7DB78588BD6F5C
1 changed files with 1 additions and 1 deletions

View File

@ -259,7 +259,7 @@ object BigEndian {
/**
* UNSIGNED INT to and from bytes
*/
object Uint_ {
object UInt_ {
fun from(bytes: ByteArray, offset: Int, bytenum: Int): UInt {
var number = 0
when (bytenum) {