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.16-50-


From: Jon Schlueter
Subject: [gpsd-commit-watch] [SCM] GPSD branch, master, updated. release-3.16-50-g3fbde4e
Date: Sat, 20 Feb 2016 00:04:41 +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  3fbde4ea81104a5ceaf5147f581f4df634ab54a0 (commit)
      from  53e5261906a59f21551d34e7b2ab14eb93abd28a (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 3fbde4ea81104a5ceaf5147f581f4df634ab54a0
Author: Rob Norris <address@hidden>
Date:   Fri Feb 19 17:42:53 2016 +0000

    Fix test_libgps program as it always reports "Daemon is not running" for a 
successful gps_open() call.
    
    gps_open() returns 0 on success or a negative number on failure.
    Thus the right test is either '!= 0' (or just '< 0') rather than '<= 0'.
    The operator '!=' is preferred since that is how the other programs cgps, 
gpspipe, etc... use gps_open()
    
    Signed-off-by: Jon Schlueter <address@hidden>

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

Summary of changes:
 test_libgps.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
GPSD



reply via email to

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