diff options
Diffstat (limited to 'contrib/cvs/src/filesubr.c')
-rw-r--r-- | contrib/cvs/src/filesubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/cvs/src/filesubr.c b/contrib/cvs/src/filesubr.c index 14da6292..1e1f901 100644 --- a/contrib/cvs/src/filesubr.c +++ b/contrib/cvs/src/filesubr.c @@ -887,7 +887,7 @@ xreadlink (link) const char *link; { char *file = NULL; - size_t buflen = 128; + size_t buflen = BUFSIZ; /* Get the name of the file to which `from' is linked. */ while (1) |