We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdfdef4 commit e15ddf7Copy full SHA for e15ddf7
lib/src/jpegr.cpp
@@ -1739,7 +1739,7 @@ uhdr_error_info_t JpegR::extractPrimaryImageAndGainMap(uhdr_compressed_image_t*
1739
uhdr_error_info_t status;
1740
status.error_code = UHDR_CODEC_INVALID_PARAM;
1741
status.has_detail = 1;
1742
- snprintf(status.detail, sizeof status.detail, "input uhdr image does not any valid images");
+ snprintf(status.detail, sizeof status.detail, "input uhdr image does not contain any valid images");
1743
return status;
1744
}
1745
0 commit comments