HDFGroup / hdf4

Official HDF4 Library Repository
Other
12 stars 24 forks source link

Address comments in HCget_config_info() #610

Closed derobins closed 5 months ago

derobins commented 5 months ago

There was some confusion about the proper behavior of COMP_CODE_NONE and the fallthrough behavior of a switch statement. The correct behavior is to set the encoder and decoder, even for 'no compression' since the 'none' callbacks will be used.