bug fixes by heckflosse

This commit is contained in:
Alberto Griggio
2018-01-31 21:24:56 +01:00
parent 74e31dff45
commit 7dd598d9b7
2 changed files with 3 additions and 3 deletions

View File

@@ -466,8 +466,8 @@ Thumbnail* Thumbnail::loadFromRaw (const Glib::ustring& fname, RawMetaDataLocati
skip--;
}
if (skip < 1) {
skip = 1;
if (skip < 2) {
skip = 2;
}
int hskip = skip, vskip = skip;