mirror of
https://github.com/curl/curl.git
synced 2026-04-15 00:21:42 +03:00
changed a tiny comment
This commit is contained in:
parent
a2790f75d7
commit
63aefdb50b
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue