merge with dev
This commit is contained in:
@@ -2225,7 +2225,7 @@ bool Thumbnail::readAEHistogram (const Glib::ustring& fname)
|
||||
FILE* f = g_fopen (fname.c_str (), "rb");
|
||||
|
||||
if (!f) {
|
||||
aeHistogram (0);
|
||||
aeHistogram.reset();
|
||||
} else {
|
||||
aeHistogram (65536 >> aeHistCompression);
|
||||
fread (&aeHistogram[0], 1, (65536 >> aeHistCompression)*sizeof (aeHistogram[0]), f);
|
||||
|
Reference in New Issue
Block a user