From 1ae47a04c495bc325c9c947b2f97d20461599289 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 11 May 2008 22:40:38 +0000 Subject: [PATCH] manual nmra does not coredump right away but still does not work --- hostside/commands.c | 1 + 1 file changed, 1 insertion(+) diff --git a/hostside/commands.c b/hostside/commands.c index f11c47f..7f1ef8d 100644 --- a/hostside/commands.c +++ b/hostside/commands.c @@ -126,6 +126,7 @@ static int cmd_nmra(ParseState *ps, const CmdInfo *ci) { lmrname= ps->lthisword-1; for (mrn= mrns.head; + mrn && !(mrn->lname == lmrname && !memcmp(mrn->name, mrname, lmrname)); mrn= mrn->next); -- 2.30.2