mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-25 09:34:11 +00:00
77c0fcc55f
- Take maintainership PR: ports/95793 Submitted by: Rainer Alves <rainer.alves@gmail.com>
12 lines
351 B
C
12 lines
351 B
C
--- break_jsteg.c.orig Sun Aug 29 20:11:00 2004
|
|
+++ break_jsteg.c Sat Apr 15 00:05:52 2006
|
|
@@ -162,7 +162,7 @@
|
|
jstegob->skip = bytes - sizeof(jstegob->coeff);
|
|
|
|
if (jsbits < max || off + jsbits > bits) {
|
|
- warnx("%s: bad size in bits, %d", __FUNCTION__, bits);
|
|
+ warnx("break_jsteg_prepare: bad size in bits, %d", bits);
|
|
return (NULL);
|
|
}
|
|
|