From: Rafael Garcia-Suarez Date: Tue, 18 Oct 2005 19:24:55 +0000 (+0000) Subject: Fix tokenizer debugging trace for file tests X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=a18d764da5f5c264e6b52b55feff1593eeff9110;p=p5sagit%2Fp5-mst-13.2.git Fix tokenizer debugging trace for file tests p4raw-id: //depot/perl@25797 --- diff --git a/toke.c b/toke.c index ba3fbb1..4970df8 100644 --- a/toke.c +++ b/toke.c @@ -3106,7 +3106,7 @@ Perl_yylex(pTHX) if (ftst) { PL_last_lop_op = (OPCODE)ftst; DEBUG_T( { PerlIO_printf(Perl_debug_log, - "### Saw file test %c\n", (int)ftst); + "### Saw file test %c\n", (int)tmp); } ); FTST(ftst); }