summaryrefslogtreecommitdiff
path: root/security/stegdetect/files/patch-stegdetect.c
diff options
context:
space:
mode:
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;