From 8e3c0330defb4b5da81f88c9b45bc5fc9361eb34 Mon Sep 17 00:00:00 2001 From: sergio Date: Fri, 9 Dec 2016 09:02:02 -0300 Subject: Minor bug when printing a recovery pattern --- lpprint.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lpprint.c b/lpprint.c index ff69a6a..8c488ea 100644 --- a/lpprint.c +++ b/lpprint.c @@ -61,7 +61,7 @@ void printinst (const Instruction *op, const Instruction *p) { "choice", "jmp", "call", "open_call", "commit", "partial_commit", "back_commit", "failtwice", "fail", "giveup", "fullcapture", "opencapture", "closecapture", "closeruntime", - "throw", "labeled_choice", "recovery" /* labeled failure */ + "throw", "recovery" /* labeled failure */ }; printf("%02ld: %s ", (long)(p - op), names[p->i.code]); switch ((Opcode)p->i.code) { -- cgit v1.2.3-55-g6feb