summaryrefslogtreecommitdiffstats
path: root/mbbsd/name.c
diff options
context:
space:
mode:
Diffstat (limited to 'mbbsd/name.c')
-rw-r--r--mbbsd/name.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/mbbsd/name.c b/mbbsd/name.c
index a012ab93..9253a843 100644
--- a/mbbsd/name.c
+++ b/mbbsd/name.c
@@ -374,6 +374,7 @@ usercomplete(char *prompt, char *data)
int clearbot = NA, count = 0, morenum = 0;
char ch;
+ /* TODO 節省記憶體. (不過這個 function 不常占記憶體...) */
cwbuf = malloc(MAX_USERS * (IDLEN + 1));
cwlist = u_namearray((arrptr) cwbuf, &cwnum, "");
temp = data;