Change 16150 by jhi@alpha on 2002/04/25 00:48:09
Subject: Re: [Encode] Patch to fix Encod-XML::SAX conflicts
From: Dan Kogai <[EMAIL PROTECTED]>
Date: Thu, 25 Apr 2002 10:49:13 +0900
Message-Id: <[EMAIL PROTECTED]>
Affected files ...
.... //depot/perl/ext/PerlIO/encoding/encoding.xs#7 edit
Differences ...
==== //depot/perl/ext/PerlIO/encoding/encoding.xs#7 (text) ====
Index: perl/ext/PerlIO/encoding/encoding.xs
--- perl/ext/PerlIO/encoding/encoding.xs.~1~ Wed Apr 24 19:00:05 2002
+++ perl/ext/PerlIO/encoding/encoding.xs Wed Apr 24 19:00:05 2002
@@ -145,7 +145,7 @@
if (SvIV(result = get_sv("PerlIO::encoding::check", 1)) == 0){
PUSHMARK(sp);
PUTBACK;
- if (call_pv("Encode::FB_QUIET", G_SCALAR|G_NOARGS) != 1) {
+ if (call_pv("Encode::FB_QUIET", G_SCALAR) != 1) {
/* should never happen */
Perl_die(aTHX_ "Encode::FB_QUIET did not return a value");
return -1;
End of Patch.