Merge with d52d5c66eaf33d055589837c3c6b142d111d3ef5

This commit is contained in:
Hombre
2014-01-29 21:26:21 +01:00
parent 2bd2f4cce2
commit d8e5bc8bd9
8 changed files with 668 additions and 95 deletions

View File

@@ -162,7 +162,7 @@ Thumbnail* Thumbnail::loadQuickFromRaw (const Glib::ustring& fname, RawMetaDataL
// did we succeed?
if ( err )
{
printf("loadfromMemory: error\n");
printf("Could not extract thumb from %s\n",fname.data());
delete img;
delete ri;
return NULL;