tags 292347 + patch
thanks

This patch should fix the problem.  The gpsd developers didn't know
about the problem before I told them this morning, and just released
v2.8 with this problem fixed.

Index: gpsd.c
===================================================================
--- gpsd.c      (revision 1358)
+++ gpsd.c      (working copy)
@@ -110,7 +110,7 @@
        va_end(ap);

        if (in_background)
-           syslog((errlevel == 0) ? LOG_ERR : LOG_NOTICE, buf);
+           syslog((errlevel == 0) ? LOG_ERR : LOG_NOTICE, "%s", buf);
        else
            fputs(buf, stderr);
     }



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to