Don't do dwarf moves after a fallback command.
Avoids a crash bug.
This commit is contained in:
parent
0d5f9064c7
commit
fc7f52f83f
1 changed files with 1 additions and 1 deletions
2
main.c
2
main.c
|
@ -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;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue