summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mbbsd/name.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index a48c7d32..192ead3d 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -1,4 +1,4 @@
-/* $Id: name.c,v 1.5 2002/05/24 16:32:52 in2 Exp $ */
+/* $Id: name.c,v 1.6 2002/05/24 16:45:39 in2 Exp $ */
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
@@ -532,7 +532,7 @@ int generalnamecomplete(char *prompt, char *data, int len, size_t nmemb,
int (*compar)(int, char *, int),
int (*permission)(int), char* (*getname)(int))
{
- int x, y, origx, origy, ch, i, morelist = -1, col, ret;
+ int x, y, origx, origy, ch, i, morelist = -1, col, ret = -1;
int start, end, ptr;
int clearbot = NA;