[erlang-patches] Two printf format fixes

Tuncer Ayaz tuncer.ayaz@REDACTED
Fri Feb 26 14:31:54 CET 2010


On Fri, Feb 26, 2010 at 1:57 PM, Martti Kuparinen
<martti.kuparinen@REDACTED> wrote:
> Hi,
>
> The attached patch fixes these two warnings in R13B04 on my 64-bit
> Ubuntu 9.10 with GCC 4.4.1
>
> esock_utils.c:38: warning: format ‘%d’ expects type ‘int’, but
> argument 3 has type ‘size_t’
> esock_utils.c:50: warning: format ‘%d’ expects type ‘int’, but
> argument 3 has type ‘size_t’
>
>
> http://en.wikipedia.org/wiki/Printf#printf_format_placeholders

Hi Martti,

please have a look at the following patch submission guides:
http://wiki.github.com/erlang/otp/submitting-patches
http://wiki.github.com/erlang/otp/writing-good-commit-messages

It would be great if you can resubmit your patch either as an inline
patch via 'git send-email' or as a topic branch on a public git
repo.

That makes life a lot easier for the OTP team.

Thanks.


More information about the erlang-patches mailing list