From: Daniel Stenberg Date: Wed, 24 Jan 2001 14:03:48 +0000 (+0000) Subject: fixed the comment for 'path' X-Git-Tag: curl-7_6-pre4~19 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bafc3692dfde2345a5c4d5ac4dee66f48df6ded;p=thirdparty%2Fcurl.git fixed the comment for 'path' --- diff --git a/lib/urldata.h b/lib/urldata.h index 4ea6ccd954..6a56eb1d0b 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 */