diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-05 07:28:59 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 1999-07-05 07:28:59 +0000 |
commit | 8ba9dee36046939ca96a462c19c93dee3e0d9d52 (patch) | |
tree | c7fa86ab6faeb14a87ce6da74ed5bb78320f73b5 /doio.c | |
parent | 86959918b69bd7566746d776574341f410f68755 (diff) | |
parent | 59c10aa22854831f97f41f8f8237b4d9b2426b0f (diff) | |
download | perl-8ba9dee36046939ca96a462c19c93dee3e0d9d52.tar.gz |
Integrate with mainperl.
p4raw-id: //depot/cfgperl@3585
Diffstat (limited to 'doio.c')
-rw-r--r-- | doio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -824,7 +824,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; |