changed a tiny comment

This commit is contained in:
Daniel Stenberg 2000-01-16 18:52:24 +00:00
parent a2790f75d7
commit 63aefdb50b
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ UrgError http(struct UrlData *data, char *ppath, char *host, long *bytecount)
/* format: "Tue, 15 Nov 1994 12:45:26 GMT" */
strftime(buf, BUFSIZE-1, "%a, %d %b %Y %H:%M:%S %Z", thistime);
#else
/* Right, we *could* write a replacement here */
/* TODO: Right, we *could* write a replacement here */
strcpy(buf, "no strftime() support");
#endif
switch(data->timecondition) {