Fix silly error and with it the Clang build
This commit is contained in:
parent
4f153a6d72
commit
97960f335f
@ -76,7 +76,7 @@ void DCraw::parse_canon_cr3()
|
||||
|
||||
void DCraw::selectCRXTrack(unsigned short maxTrack)
|
||||
{
|
||||
std::int64_t bitcounts[RT_canon_CR3_data.CRXTRACKS_MAXCOUNT] = {};
|
||||
std::int64_t bitcounts[CanonCR3Data::CRXTRACKS_MAXCOUNT] = {};
|
||||
std::int64_t maxbitcount = 0;
|
||||
std::uint32_t maxjpegbytes = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user