ports/net/cftp/patches/patch-mkbind_c

12 lines
315 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- mkbind.c.orig Tue Apr 15 16:47:09 2003
+++ mkbind.c Tue Apr 15 16:47:24 2003
@@ -86,7 +86,7 @@ int
main(int argc, char **argv)
{
FILE *fin, *fout;
- char line[4069], *p, *tok, **args;
+ char line[4096], *p, *tok, **args;
char tmp[128];
struct binding *b;
int i, j, off, argoff, len;