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 */
|
|