a36e3113ae
The content of this branch was automatically imported from Fedora ELN with the following as its source: https://src.fedoraproject.org/rpms/telnet#7fe48cbcb5d5c5594e848a95b4884cf0c09360eb
14 lines
302 B
Diff
14 lines
302 B
Diff
diff --git a/telnet/main.c.old b/telnet/main.c
|
|
index 599f0af..cf67ea6 100644
|
|
--- a/telnet/main.c.old
|
|
+++ b/telnet/main.c
|
|
@@ -337,7 +337,7 @@ main(int argc, char *argv[])
|
|
argv += optind;
|
|
|
|
if (argc) {
|
|
- char *args[7], **argp = args;
|
|
+ char *args[8], **argp = args;
|
|
|
|
if (argc > 2)
|
|
usage();
|