aboutsummaryrefslogtreecommitdiff
path: root/src/http.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-14 22:57:04 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-14 22:57:04 +0000
commit3c4f4b1e6a1de4d6e16a70af4d11fc11ddb11da9 (patch)
tree3daba99a687cc2729199224574d3b1b146826954 /src/http.c
parentbd971ca7b159f83c4249f350b53f14590ea4bc1a (diff)
Minor bugfix.
Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@8 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/http.c')
-rw-r--r--src/http.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/http.c b/src/http.c
index 76797a4..a5bc22c 100644
--- a/src/http.c
+++ b/src/http.c
@@ -600,7 +600,7 @@ static void Decode(char *string)
char *to;
char hexadecimal[3];
- hexadecimal[3] = 0;
+ hexadecimal[2] = 0;
for(position=string, to=position; *position; position++, to++)
{