From 8bafc3692dfde2345a5c4d5ac4dee66f48df6ded Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Wed, 24 Jan 2001 14:03:48 +0000 Subject: fixed the comment for 'path' --- lib/urldata.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') 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 */ -- cgit v1.2.3