1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/security/stegdetect/files/patch-break_jsteg.c
Pav Lucistnik 77c0fcc55f - Update to 0.6
- Take maintainership

PR:		ports/95793
Submitted by:	Rainer Alves <rainer.alves@gmail.com>
2006-04-15 15:43:17 +00:00

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);
}