Skip to content

Commit d937df7

Browse files
committed
IPTC reviews
1 parent 9915265 commit d937df7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/iptc.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ PHP_FUNCTION(iptcembed)
193193
}
194194

195195
if (iptcdata_len >= SIZE_MAX - sizeof(psheader) - 1025) {
196-
zend_argument_value_error(1, "must be less than %d characters", SIZE_MAX - sizeof(psheader) - 1025);
196+
zend_argument_value_error(1, "is too large");
197197
RETURN_THROWS();
198198
}
199199

0 commit comments

Comments
 (0)