ports/security/stegdetect/patches/patch-stegdeimage_c

13 lines
205 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Index: stegdeimage.c
--- stegdeimage.c.orig
+++ stegdeimage.c
@@ -151,7 +151,7 @@ main(int argc, char *argv[])
{
extern char *optarg;
extern int optind;
- char ch;
+ int ch;
progname = argv[0];