diff --git a/lib/tlIO/RAWRead.cpp b/lib/tlIO/RAWRead.cpp index 2b7e0fb8a..38d176fd8 100644 --- a/lib/tlIO/RAWRead.cpp +++ b/lib/tlIO/RAWRead.cpp @@ -268,7 +268,7 @@ namespace tl { ret = _processor->open_buffer(_memory->p, _memory->size); - // LIBRAW_ERROR(open_buffer, ret); + LIBRAW_ERROR(open_buffer, ret); } else { @@ -280,7 +280,7 @@ namespace tl #else ret = _processor->open_file(fileName.c_str()); #endif - // LIBRAW_ERROR(open_file, ret); + LIBRAW_ERROR(open_file, ret); } }