From 574893e7ec67cff4f69f57d2ce37ed10350ba01d Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 13 Nov 2000 17:10:23 +0000 Subject: Fix for stupid bug. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPDExtra/trunk@21 61ea717e-8e0c-4c3c-b38e-e9c67f54f1f1 --- src/HostNames.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HostNames.c b/src/HostNames.c index c09437d..961c7d5 100644 --- a/src/HostNames.c +++ b/src/HostNames.c @@ -94,7 +94,7 @@ void HTTPDExtra_CollateHostData(void) GetHostName(thisdata, HOSTDATALENGTH); - thisdata[HOSTDATALENGTH+1] = 0; + thisdata[HOSTDATALENGTH] = 0; #ifdef CCTK_MPI /* Work out how many processes there are. */ -- cgit v1.2.3