From f445578a4d11929e381caed81aa0df973c655ab6 Mon Sep 17 00:00:00 2001 From: Paul Gilbert Date: Sat, 6 Jul 2019 15:40:39 -0700 Subject: GLK: ALAN3: Fix hang after entering unknown word --- engines/glk/alan3/msg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'engines') diff --git a/engines/glk/alan3/msg.cpp b/engines/glk/alan3/msg.cpp index b26e78ac5e..438b58d6e2 100644 --- a/engines/glk/alan3/msg.cpp +++ b/engines/glk/alan3/msg.cpp @@ -56,7 +56,7 @@ void error(CONTEXT, MsgKind msgno) { /* IN - The error message number */ /* Print an error message and longjmp to main loop. */ if (msgno != NO_MSG) printMessage(msgno); - LONG_JUMP_LABEL("return"); + LONG_JUMP_LABEL("returnError"); } } -- cgit v1.2.3