summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorFifer, Eric <EFifer@sanwaint.com>1999-06-02 16:16:05 +0100
committerGurusamy Sarathy <gsar@cpan.org>1999-07-05 05:17:12 +0000
commit1cab015a482fdf2a2c78aa5bae65199be3b5e3c8 (patch)
treee02b004521f99ac1666a83c1a55c3d9d5e780236 /doio.c
parent16cebae21a82370677b73e4db793c726b3f4ff27 (diff)
downloadperl-1cab015a482fdf2a2c78aa5bae65199be3b5e3c8.tar.gz
cygwin32 update
Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/doio.c b/doio.c
index 92a463c0cd..cef75fe993 100644
--- a/doio.c
+++ b/doio.c
@@ -819,7 +819,7 @@ Perl_do_binmode(pTHX_ PerlIO *fp, int iotype, int flag)
#endif
#else
#if defined(USEMYBINMODE)
- if (my_binmode(fp,iotype) != NULL)
+ if (my_binmode(fp,iotype) != FALSE)
return 1;
else
return 0;