OSSP CVS Repository

ossp - Difference in ossp-pkg/xds/xml-encode-octetstream.c versions 1.1 and 1.2
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [History

ossp-pkg/xds/xml-encode-octetstream.c 1.1 -> 1.2

--- xml-encode-octetstream.c     2001/08/02 17:24:50     1.1
+++ xml-encode-octetstream.c     2001/08/08 09:50:27     1.2
@@ -41,7 +41,7 @@
     size_t i;
 
     if (srclen == 0)
-        return -1;
+        return 0;
     if (dst == NULL)
         {
         /* just calculate required length of dst */

CVSTrac 2.0.1