<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Hi<br>
<br>
Is this the right place to post commit patches for the test-suite?<br>
<br>
A patch to fix the function signature of main() for two tests.<br>
as 'int32_t' may not be an 'int'<br>
viz:<br>
    -int32_t main (int32_t argc, char * argv[])<br>
    +int main (int argc, char * argv[])<br>
<br>
Robert<br>
<br>
</div>
</body>
</html>