dng.c line 638 should be the line to change, if you mean BaselineExposure is the correct value.
{tcBaselineExposure, ttSRational,RATIONAL_ENTRY(basline_exposure, header, &data_offset, 2)},
But what is the data type rational?! Our exposure value is of type "double".
#define RATIONAL_ENTRY(a,b,c,d) (d/2), add_array(a, b, c, d)