aboutsummaryrefslogtreecommitdiff
path: root/src/Content.c
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 16:36:28 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2000-09-16 16:36:28 +0000
commit5c39bdcec67965c61cbaee6cfa091de579c8ef48 (patch)
tree38e2f10a46399504719612b09f679c399bf96a2a /src/Content.c
parent5e9e2124a930e26461a76fbf765ac46aa7fa8aed (diff)
Adding stdlib.h for malloc.
Getting rid of commented out line. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@29 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/Content.c')
-rw-r--r--src/Content.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Content.c b/src/Content.c
index 405eb32..cf770c7 100644
--- a/src/Content.c
+++ b/src/Content.c
@@ -12,6 +12,7 @@
@@*/
#include <stdio.h>
+#include <stdlib.h>
#include <string.h>
#include "cctk.h"
@@ -597,7 +598,6 @@ static int ThornParameterPage(cGH *cctkGH, httpRequest *request, void *data)
while(CCTK_ParameterWalk(first, thorn, NULL, &pData) == 0)
{
first = 0;
- //strcpy(message,"<FORM ACTION=\"\">");
strcpy(message,"");
value = CCTK_ParameterValString (pData->name, pData->thorn);