Closed tie closed 7 years ago
Each string has prefix "Darwin Kernel Version 16.x.0: ". Moved it to separate strcmp function call.
"Darwin Kernel Version 16.x.0: "
strcmp
Why not keep it simple stupid?
Maybe useful for now
I think this is just to reduce the size of the offset file by a couple of bytes. This is good, but we don't want to make it more complex than it already is.
Each string has prefix
"Darwin Kernel Version 16.x.0: "
. Moved it to separatestrcmp
function call.