summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ftp/ncftp/files/patch-ab11
-rw-r--r--ftp/ncftp1/files/patch-ab11
2 files changed, 22 insertions, 0 deletions
diff --git a/ftp/ncftp/files/patch-ab b/ftp/ncftp/files/patch-ab
new file mode 100644
index 000000000000..05f6711e416e
--- /dev/null
+++ b/ftp/ncftp/files/patch-ab
@@ -0,0 +1,11 @@
+--- main.c.orig Sun Oct 29 19:17:55 1995
++++ main.c Tue Feb 18 19:11:56 1997
+@@ -200,7 +200,7 @@
+ ansi_escapes = 0;
+ if ((cp = getenv("TERM")) != NULL) {
+ if ((*cp == 'v' && cp[1] == 't') /* vt100, vt102, ... */
+- || (strcmp(cp, "xterm") == 0))
++ || (strncmp(cp, "xterm", 5) == 0))
+ ansi_escapes = 1;
+ }
+ #endif
diff --git a/ftp/ncftp1/files/patch-ab b/ftp/ncftp1/files/patch-ab
new file mode 100644
index 000000000000..05f6711e416e
--- /dev/null
+++ b/ftp/ncftp1/files/patch-ab
@@ -0,0 +1,11 @@
+--- main.c.orig Sun Oct 29 19:17:55 1995
++++ main.c Tue Feb 18 19:11:56 1997
+@@ -200,7 +200,7 @@
+ ansi_escapes = 0;
+ if ((cp = getenv("TERM")) != NULL) {
+ if ((*cp == 'v' && cp[1] == 't') /* vt100, vt102, ... */
+- || (strcmp(cp, "xterm") == 0))
++ || (strncmp(cp, "xterm", 5) == 0))
+ ansi_escapes = 1;
+ }
+ #endif