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