From 4617a37edfc291a0942027231691bdbf6109b9cb Mon Sep 17 00:00:00 2001 From: Aaron Brashears Date: Wed, 3 Jan 2007 21:05:41 +0000 Subject: corrected, removed, and updated comments throughout the code to be more useful. no code changes. SL-13762 --- indra/llmessage/llurlrequest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/llmessage/llurlrequest.cpp') diff --git a/indra/llmessage/llurlrequest.cpp b/indra/llmessage/llurlrequest.cpp index ea0b13f703..0d784d2d9f 100644 --- a/indra/llmessage/llurlrequest.cpp +++ b/indra/llmessage/llurlrequest.cpp @@ -483,7 +483,7 @@ size_t headerCallback(void* data, size_t size, size_t nmemb, void* user) size_t headerLen = size * nmemb; LLURLRequestComplete* complete = (LLURLRequestComplete*)user; - // FIXME: This should be a utility in llstring.h: isascii() + // *TODO: This should be a utility in llstring.h: isascii() for (size_t i = 0; i < headerLen; ++i) { if (headerLine[i] < 0) -- cgit v1.2.3