mirror of
https://github.com/curl/curl.git
synced 2026-05-16 07:56:20 +03:00
fixed the comment for 'path'
This commit is contained in:
parent
8a75120568
commit
8bafc3692d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue