Lines in mcpl.c like: ```c f->opt_universalpdgcode = arr[5]; ``` Are possibly problematic. We should probably read the array as raw bytes, and then cast later.