diff options
-rw-r--r-- | lib/libfetch/fetch.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libfetch/fetch.3 b/lib/libfetch/fetch.3 index 733f513..81b7164 100644 --- a/lib/libfetch/fetch.3 +++ b/lib/libfetch/fetch.3 @@ -236,7 +236,7 @@ structure is defined as follows in .In fetch.h : .Bd -literal struct url_ent { - char name[MAXPATHLEN]; + char name[PATH_MAX]; struct url_stat stat; }; .Ed |