diff options
Diffstat (limited to 'pp_sys.c')
-rw-r--r-- | pp_sys.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |