Don't do dwarf moves after a fallback command.

Avoids a crash bug.
This commit is contained in:
Eric S. Raymond 2017-06-15 16:54:29 -04:00
parent 0d5f9064c7
commit fc7f52f83f

2
main.c
View file

@ -1058,7 +1058,7 @@ static bool do_command(FILE *cmdin)
if (i == -1) { if (i == -1) {
/* Gee, I don't understand. */ /* Gee, I don't understand. */
if (fallback_handler(rawbuf)) if (fallback_handler(rawbuf))
return true; continue;
SETPRM(1,WD1,WD1X); SETPRM(1,WD1,WD1X);
RSPEAK(DONT_KNOW); RSPEAK(DONT_KNOW);
goto L2600; goto L2600;