aboutsummaryrefslogtreecommitdiffstats
path: root/local.c
diff options
context:
space:
mode:
Diffstat (limited to 'local.c')
-rw-r--r--local.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/local.c b/local.c
index 69a31ba..f7d49e5 100644
--- a/local.c
+++ b/local.c
@@ -1,4 +1,4 @@
-/* $Id: local.c,v 1.29 2003/04/08 16:01:39 ukai Exp $ */
+/* $Id: local.c,v 1.30 2003/05/12 16:34:12 ukai Exp $ */
#include "fm.h"
#include <string.h>
#include <stdio.h>
@@ -50,7 +50,7 @@ localCookie()
char hostname[256];
if (Local_cookie)
- return Local_cookie;
+ return Local_cookie;
gethostname(hostname, 256);
srand48((long)New(char) + (long)time(NULL));
Local_cookie = Sprintf("%ld@%s", lrand48(), hostname);