ion-c
ion-c copied to clipboard
ion_catalog truncates version parameter to 32 bits
ion_catalog_find_best_match
and ion_catalog_find_symbol_table
accept the version
parameter as a long
, but this is internally converted to an int32_t
.