payonel / ocvm

OpenComputer Emulator
41 stars 7 forks source link

eeprom/data: Return the correct data type for CRC32 #37

Closed AmandaCameron closed 4 years ago

AmandaCameron commented 4 years ago

Turns out, neither of them return numbers. And eeprom.getChecksum() returns a hex-formatted string, while data.crc32 returns a binary-formatted string. Oops.