From: Daniel Stenberg Date: Sun, 16 Jan 2000 18:52:24 +0000 (+0000) Subject: changed a tiny comment X-Git-Tag: curl-6_5~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=63aefdb50b3af26321da2d1cde31e4530e2c1c66;p=thirdparty%2Fcurl.git changed a tiny comment --- diff --git a/lib/http.c b/lib/http.c index 2dd3802146..2dd41c0fa7 100644 --- a/lib/http.c +++ b/lib/http.c @@ -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) {