gpsd-commit-watch
[Top][All Lists]
Advanced

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

[gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.13-123


From: Gary E. Miller
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.13-123-gc0cb445
Date: Mon, 09 Mar 2015 22:53:50 +0000

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 "GPSD".

The branch, master has been updated
       via  c0cb4456b86779f67a59819dbd797caea6cb0b99 (commit)
      from  a2f003b7075dd6a262e1a89ff6fac327c3bef097 (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 c0cb4456b86779f67a59819dbd797caea6cb0b99
Author: Gary E. Miller <address@hidden>
Date:   Mon Mar 9 15:52:37 2015 -0700

    Fix cppcheck complaints about not enough parenthesis.
    
    Change this: A & B ? 0 : 1
    To this: (A & B) ? 0 : 1
    
    No logic or functional change.

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

Summary of changes:
 driver_italk.c   |    4 ++--
 driver_navcom.c  |   32 ++++++++++++++++----------------
 monitor_oncore.c |   20 ++++++++++----------
 subframe.c       |    2 +-
 4 files changed, 29 insertions(+), 29 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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