From: Jarkko Hietaniemi Date: Wed, 14 Nov 2001 13:19:19 +0000 (+0000) Subject: A bool is not a pointer. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1d636c1300fabd70f4fb64de521c4e6cac694c53;p=p5sagit%2Fp5-mst-13.2.git A bool is not a pointer. p4raw-id: //depot/perl@12990 --- diff --git a/pp_sys.c b/pp_sys.c index ed70307..2ec8191 100644 --- a/pp_sys.c +++ b/pp_sys.c @@ -1517,7 +1517,7 @@ PP(pp_sysread) int fp_utf8; Size_t got = 0; Size_t wanted; - bool charstart = NULL; + bool charstart = FALSE; STRLEN skip; STRLEN charskip;