Files
ports/sysutils/screen/files/patch-telnet.c
T
2026-01-04 00:30:42 -08:00

12 lines
314 B
C

--- telnet.c.orig 2025-05-15 15:31:27 UTC
+++ telnet.c
@@ -228,7 +228,7 @@ void TelProcessLine(char **bufpp, size_t *lenp)
*lenp = 0;
}
-int DoTelnet(char *buf, size_t *lenp, int f)
+int DoTelnet(char *buf, int *lenp, int f)
{
int echo = !fore->w_telropts[TO_ECHO];
int cmode = fore->w_telropts[TO_SGA];