Consider side effects of get2()

This commit is contained in:
Flössie
2019-11-20 16:05:24 +01:00
parent 6039f1e300
commit fb01435e3f

View File

@@ -468,8 +468,8 @@ int DCraw::parseCR3(unsigned long long oAtomList,
}
#define current_track RT_canon_CR3_data.crx_header[nTrack]
// ImageWidth = get2();
// ImageHeight = get2();
/*ImageWidth = */get2();
/*ImageHeight = */get2();
}
else if (!strcmp(AtomNameStack, "moovtrakmdiaminfstblstsdCRAW"))
{