aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2001-01-24 14:03:48 +0000
committerDaniel Stenberg <daniel@haxx.se>2001-01-24 14:03:48 +0000
commit8bafc3692dfde2345a5c4d5ac4dee66f48df6ded (patch)
tree2ad2fa82a06f021ec860b9367a9f8deda6ec10e2 /lib
parent8a75120568c0eccdbfb7412b5053875491f1af61 (diff)
fixed the comment for 'path'
Diffstat (limited to 'lib')
-rw-r--r--lib/urldata.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/urldata.h b/lib/urldata.h
index 4ea6ccd95..6a56eb1d0 100644
--- a/lib/urldata.h
+++ b/lib/urldata.h
@@ -165,7 +165,7 @@ struct connectdata {
char proto[64]; /* store the protocol string in this buffer */
char gname[257]; /* store the hostname in this buffer */
char *name; /* host name pointer to fool around with */
- char *path; /* formerly staticly this size: URL_MAX_LENGTH */
+ char *path; /* allocated buffer to store the URL's path part in */
char *ppath;
long bytecount;
struct timeval now; /* current time */