This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The nmh Mail Handling System".

The branch, master has been updated
       via  485fa064f8388272fe00ebfd29e4babf6dfed019 (commit)
      from  0ff76f3b2823f98e75b76dc93f2b5be293171610 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 485fa064f8388272fe00ebfd29e4babf6dfed019
Author: Ralph Corderoy <[email protected]>
Date:   Fri Aug 11 15:34:41 2017 +0100

    mhparse.c: Cast ptrdiff_t from subtraction to long.
    
    Cygwin's 32-bit doesn't like `%ld' for the `p - q' difference between
    two pointers as the value is an int, not a long.  printf(3)'s `t' length
    modifier, for ptrdiff_t, can't be used as that's C99, and we're C90.
    Cast the difference to a long explicitly instead.

-----------------------------------------------------------------------

Summary of changes:
 uip/mhparse.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


hooks/post-receive
-- 
The nmh Mail Handling System

_______________________________________________
Nmh-commits mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/nmh-commits

Reply via email to