mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
changed a tiny comment
This commit is contained in:
parent
a2790f75d7
commit
63aefdb50b
@ -254,7 +254,7 @@ UrgError http(struct UrlData *data, char *ppath, char *host, long *bytecount)
|
|||||||
/* format: "Tue, 15 Nov 1994 12:45:26 GMT" */
|
/* format: "Tue, 15 Nov 1994 12:45:26 GMT" */
|
||||||
strftime(buf, BUFSIZE-1, "%a, %d %b %Y %H:%M:%S %Z", thistime);
|
strftime(buf, BUFSIZE-1, "%a, %d %b %Y %H:%M:%S %Z", thistime);
|
||||||
#else
|
#else
|
||||||
/* Right, we *could* write a replacement here */
|
/* TODO: Right, we *could* write a replacement here */
|
||||||
strcpy(buf, "no strftime() support");
|
strcpy(buf, "no strftime() support");
|
||||||
#endif
|
#endif
|
||||||
switch(data->timecondition) {
|
switch(data->timecondition) {
|
||||||
|
Loading…
Reference in New Issue
Block a user