summaryrefslogtreecommitdiff
path: root/security/stegdetect/files/patch-stegdetect.c
diff options
context:
space:
mode:
authorAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-04 14:23:54 +0000
committerAlexey Dokuchaev <danfe@FreeBSD.org>2007-07-04 14:23:54 +0000
commit11a0f387a898bf639e5ad41243642ba13f2e36ab (patch)
tree69fd0028dfaa8d8efba0784807335f9db889055a /security/stegdetect/files/patch-stegdetect.c
parentUpdate to 0.22 (diff)
- Fix the build with GCC 4.2 and unbreak [1]
- Patch things silently as we normally do - Usual cleanups of Makefile and pkg-descr Reported by: pointyhat (logs) [1]
Diffstat (limited to 'security/stegdetect/files/patch-stegdetect.c')
-rw-r--r--security/stegdetect/files/patch-stegdetect.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/security/stegdetect/files/patch-stegdetect.c b/security/stegdetect/files/patch-stegdetect.c
index effb4122aa0f..f9edc10e80eb 100644
--- a/security/stegdetect/files/patch-stegdetect.c
+++ b/security/stegdetect/files/patch-stegdetect.c
@@ -1,5 +1,13 @@
--- stegdetect.c.orig Sat Apr 15 00:14:05 2006
+++ stegdetect.c Sat Apr 15 00:14:40 2006
+@@ -78,7 +78,6 @@
+ float DCThist[257];
+ float scale = 1; /* Sensitivity scaling */
+
+-static int debug = 0;
+ static int quiet = 0;
+ static int ispositive = 0; /* Current images contain stego */
+ static char *transformname; /* Current transform name */
@@ -1227,7 +1227,7 @@
strlcat(outbuf, quality(tmp, stars), sizeof(outbuf));
flag = 1;