]> granicus.if.org Git - curl/commitdiff
fixed the comment for 'path'
authorDaniel Stenberg <daniel@haxx.se>
Wed, 24 Jan 2001 14:03:48 +0000 (14:03 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 24 Jan 2001 14:03:48 +0000 (14:03 +0000)
lib/urldata.h

index 4ea6ccd954b5d035725c203a8afa373545834dfa..6a56eb1d0b4a7b994a5d8930592e11f5d8f16a04 100644 (file)
@@ -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 */