From eefd2edda74af088d33963d6ab7e6564ab10b8a1 Mon Sep 17 00:00:00 2001 From: Geoff McLane Date: Fri, 17 Nov 2017 02:44:54 +0100 Subject: [PATCH] Issue #643 - Set debug trap - NOT important --- src/lexer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lexer.c b/src/lexer.c index 05fc509..56795cf 100644 --- a/src/lexer.c +++ b/src/lexer.c @@ -138,7 +138,7 @@ static void Show_Node( TidyDocImpl* doc, const char *msg, Node *node ) tmbstr src = lex ? "lexer" : "stream"; SPRTF("R=%d C=%d: ", line, col ); /* DEBUG: Be able to set a TRAP on a SPECIFIC row,col */ - if ((line == 67) && (col == 95)) { + if ((line == 3) && (col == 1)) { check_me("Show_Node"); /* just a debug trap */ } if (lexer && lexer->token &&