mirror of
https://github.com/moparisthebest/curl
synced 2024-12-21 15:48:49 -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" */
|
||||
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…
Reference in New Issue
Block a user