nmh-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated


From: Ralph Corderoy
Subject: [Nmh-commits] [SCM] The nmh Mail Handling System branch, master, updated. 1.7-branchpoint-28-g485fa06
Date: Fri, 11 Aug 2017 10:37:20 -0400 (EDT)

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 <address@hidden>
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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]