summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-03 05:57:17 +0000
committerjxh <jxh@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1997-07-03 05:57:17 +0000
commitc51397e98c69a23371649973a9df788bb34976e3 (patch)
tree1ab341ccc5e633cc0626f9ab82d8d28827293e40
parentad06ddfcbb268fe12db10f53c000130845825f7c (diff)
downloadATCD-c51397e98c69a23371649973a9df788bb34976e3.tar.gz
Fixed a typo.
-rw-r--r--apps/JAWS/server/HTTP_Request.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/JAWS/server/HTTP_Request.cpp b/apps/JAWS/server/HTTP_Request.cpp
index 5ad6bca41db..39e821786a6 100644
--- a/apps/JAWS/server/HTTP_Request.cpp
+++ b/apps/JAWS/server/HTTP_Request.cpp
@@ -525,7 +525,6 @@ HTTP_Request::cgi (char *uri_string)
*ptr = ' ';
else if (*ptr == '&' || *ptr == '=')
count++;
- }
while (*++ptr);
count++;