diff options
author | Daniel Stenberg <daniel@haxx.se> | 2000-01-16 18:52:24 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2000-01-16 18:52:24 +0000 |
commit | 63aefdb50b3af26321da2d1cde31e4530e2c1c66 (patch) | |
tree | 96604795b2f39b1ff1895d1b779d03f8c70f4adb /lib | |
parent | a2790f75d72292bff893e2ef93ff69c26d898aa9 (diff) |
changed a tiny comment
Diffstat (limited to 'lib')
-rw-r--r-- | lib/http.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/http.c b/lib/http.c index 2dd380214..2dd41c0fa 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) { |