Fix to new dcraw

This commit is contained in:
Wyatt Olson
2010-06-30 12:45:43 -06:00
parent d3868b5dbf
commit e37b23ae8b

View File

@@ -9330,7 +9330,7 @@ t4.set ();
// generate histogram for auto exposure
tpp->aeHistCompression = 3;
tpp->aeHistogram = new int[65536>>tpp->aeHistCompression];
tpp->aeHistogram = new unsigned int[65536>>tpp->aeHistCompression];
memset (tpp->aeHistogram, 0, (65536>>tpp->aeHistCompression)*sizeof(int));
int radd = 4;
int gadd = 2;