[Pkg-wmaker-commits] [wmbiff] 06/07: fix bug #219787

Doug Torrance dtorrance-guest at moszumanska.debian.org
Thu Aug 20 03:04:41 UTC 2015


This is an automated email from the git hooks/post-receive script.

dtorrance-guest pushed a commit to tag wmbiff_0_4_19
in repository wmbiff.

commit 97ec19098a02a57124460411ccd3a091c9ee5e7d
Author: bluehal <bluehal>
Date:   Sun Nov 9 03:16:38 2003 +0000

    fix bug #219787
---
 wmbiff/test_tlscomm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/wmbiff/test_tlscomm.c b/wmbiff/test_tlscomm.c
index 93ca69d..a439373 100644
--- a/wmbiff/test_tlscomm.c
+++ b/wmbiff/test_tlscomm.c
@@ -30,7 +30,7 @@ const char *sequence[][4] = {
 };
 
 /* trick tlscomm into believing it can read. */
-int read(int s, void *buf, size_t buflen)
+ssize_t read(int s, void *buf, size_t buflen)
 {
 	int val = indices[s]++;
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-wmaker/wmbiff.git



More information about the Pkg-wmaker-commits mailing list