From 5c39bdcec67965c61cbaee6cfa091de579c8ef48 Mon Sep 17 00:00:00 2001 From: goodale Date: Sat, 16 Sep 2000 16:36:28 +0000 Subject: 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 --- src/Content.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Content.c') 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 +#include #include #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,"
"); strcpy(message,""); value = CCTK_ParameterValString (pData->name, pData->thorn); -- cgit v1.2.3