X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=toke.c;h=b5236dadbf300ef8c91334e4a8e7781ffb172f5c;hb=4207d19c588387e70524000ff324caaf2ca59f41;hp=b6735cfe4926ddb13bad69d6b43556247b867352;hpb=255fdf19250671082618dae106a246f12379dbe6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/toke.c b/toke.c index b6735cf..b5236da 100644 --- a/toke.c +++ b/toke.c @@ -13700,7 +13700,7 @@ S_utf16_textfilter(pTHX_ int idx, SV *sv, int maxlen) SV *const utf16_buffer = MUTABLE_SV(IoTOP_GV(filter)); SV *const utf8_buffer = filter; IV status = IoPAGE(filter); - const bool reverse = (bool) IoLINES(filter); + const bool reverse = cBOOL(IoLINES(filter)); I32 retval; /* As we're automatically added, at the lowest level, and hence only called