Wireshark-commits: [Wireshark-commits] master 23bef01: The fractional part of a secs+nsecs time adj

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 22 Jun 2018 08:05:23 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=23bef01ad30a8ef9726f156891f46e6196f6ea22
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

23bef01 by Guy Harris (guy@xxxxxxxxxxxx):

    The fractional part of a secs+nsecs time adjustment must be < 10^9.
    
    One billion nanoseconds is 1 second, so that should just be expressed as
    1 second.
    
    Change-Id: I0d49838141fa877168d068a2e27b3dcc104c0cef
    Reviewed-on: https://code.wireshark.org/review/28380
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    

Actions performed:

    from  7728a33   editcap: ifix time shift with useconds carry
    adds  23bef01   The fractional part of a secs+nsecs time adjustment must be < 10^9.


Summary of changes:
 editcap.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)