<html>
<head>
<meta name="generator" content="Windows Mail 17.5.9600.20856">
<style data-externalstyle="true"><!--
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
}
p.MsoNormal, li.MsoNormal, div.MsoNormal {
margin:0in;
margin-bottom:.0001pt;
}
p.MsoListParagraphCxSpFirst, li.MsoListParagraphCxSpFirst, div.MsoListParagraphCxSpFirst, 
p.MsoListParagraphCxSpMiddle, li.MsoListParagraphCxSpMiddle, div.MsoListParagraphCxSpMiddle, 
p.MsoListParagraphCxSpLast, li.MsoListParagraphCxSpLast, div.MsoListParagraphCxSpLast {
margin-top:0in;
margin-right:0in;
margin-bottom:0in;
margin-left:.5in;
margin-bottom:.0001pt;
line-height:115%;
}
--></style></head>
<body dir="ltr">
<div data-externalstyle="false" dir="ltr" style="font-family: 'Microsoft YaHei UI', 'Calibri', 'Segoe UI', 'Meiryo', 'Microsoft JhengHei UI', 'Malgun Gothic', 'sans-serif';font-size:12pt;"><div>hi gays :</div><div>  this is a patch for ubusd.c</div><blockquote style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px;" dir="ltr"><div>diff --git a/ubusd.c b/ubusd.c<br>index 8903105..ecf5bea 100644<br>--- a/ubusd.c<br>+++ b/ubusd.c<br>@@ -241,7 +241,7 @@ retry:<br> <br>                fd_buf.fd = -1;<br> <br>-               iov.iov_base = &cl->hdrbuf + offset;<br>+               iov.iov_base = (char *)&cl->hdrbuf + offset;<br>                iov.iov_len = sizeof(cl->hdrbuf) - offset;<br> <br>                if (cl->pending_msg_fd < 0) {<br></div></blockquote><div data-signatureblock="true">this problem maybe not easy to happen,beacase of we need no retry in most times,but problem is also problem,so fixed it<br></div><div data-signatureblock="true">发自 Windows 邮件</div><div data-signatureblock="true"><br></div></div>
</body>
</html>