1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/security/stegdetect/files/patch-break_jsteg.c
Pav Lucistnik 5fb1a4c0bf - Fix build with gcc 3.4
PR:		ports/75590
Submitted by:	Samy Al Bahra <samy@kerneled.org>
2004-12-29 01:56:32 +00:00

12 lines
352 B
C

--- break_jsteg.c Fri Dec 21 01:11:32 2001
+++ /tmp/break_jsteg.c.diff Wed Dec 29 03:32:38 2004
@@ -162,7 +162,7 @@
jstegob->skip = bytes - sizeof(jstegob->coeff);
if (jsbits < max || off + jsbits > bits) {
- warnx(__FUNCTION__": bad size in bits, %d", bits);
+ warnx("break_jsteg_prepare: bad size in bits, %d", bits);
return (NULL);
}