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-23-g9c7b528
Date: Wed, 9 Aug 2017 14:48:25 -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  9c7b5289d70448fb5b118abbea5a4d37afdf00be (commit)
       via  df646add9dde90130753c06938e425c8f8f39c0f (commit)
      from  522c91c2baad8d9575ba62d48487800e1e0e7203 (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 9c7b5289d70448fb5b118abbea5a4d37afdf00be
Author: Ralph Corderoy <address@hidden>
Date:   Wed Aug 9 19:46:26 2017 +0100

    m_getfld.c: Use intmax_t and PRIdMAX to printf off_t values.
    
    Compiling for ISO C90 prohibits casting to long long and printing with
    "%lld", and printing as "%ld" is wrong on Mac OS where David reports
    off_t is long long.

commit df646add9dde90130753c06938e425c8f8f39c0f
Author: Ralph Corderoy <address@hidden>
Date:   Wed Aug 9 17:03:24 2017 +0100

    leave_getfld(): Don't follow fseeko(SEEK_SET) with ftello().
    
    If fseeko(3) didn't error then we know the stream's position and the
    ftello(3) is not needed.  Set last_caller_pos to total_bytes_read
    instead.  This small change is a commit to help future bisecting.

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

Summary of changes:
 sbr/m_getfld.c | 16 +++++++++-------
 1 file changed, 9 insertions(+), 7 deletions(-)


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



reply via email to

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