/[cvs]/nfo/patches/pear/XML_RPC/RPC.php.diff
ViewVC logotype

Contents of /nfo/patches/pear/XML_RPC/RPC.php.diff

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Nov 8 02:18:51 2002 UTC (21 years, 8 months ago) by joko
Branch: MAIN
CVS Tags: HEAD
no message

1 Index: RPC.php
2 ===================================================================
3 RCS file: /var/lib/cvs/ts/web/lib/external/pear/XML/RPC/RPC.php,v
4 retrieving revision 1.2
5 diff -u -r1.2 RPC.php
6 --- RPC.php 28 Oct 2002 00:54:16 -0000 1.2
7 +++ RPC.php 28 Oct 2002 03:16:06 -0000
8 @@ -474,7 +474,7 @@
9
10 // print($op);
11
12 - if (!fputs($fp, $op, strlen($op))) {
13 + if (!$fp || !fputs($fp, $op, strlen($op))) {
14 $this->errstr="Write error";
15 return 0;
16 }

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed