Closed mmaraya closed 7 years ago
Changed three instances of byte_source != 0 to byte_source != nullptr and LLVM and BCC32 both seem to be happy with it.
byte_source != 0
byte_source != nullptr
Hi,
thanks for the patch. I merged the code.
Best Regards Ben Strasser
Changed three instances of
byte_source != 0
tobyte_source != nullptr
and LLVM and BCC32 both seem to be happy with it.