gpsd-users
[Top][All Lists]
Advanced

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

Re: [gpsd-users] Upcoming gpsd 3.5 release


From: Tomalak Geret'kal
Subject: Re: [gpsd-users] Upcoming gpsd 3.5 release
Date: Thu, 12 Apr 2012 09:58:44 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:11.0) Gecko/20120327 Thunderbird/11.0.1

On 12/04/2012 06:32, Eric S. Raymond wrote:
Tomalak Geret'kal<address@hidden>:
On 06/04/2012 14:26, Eric S. Raymond wrote:
Tomalak Geret'kal<address@hidden>:
There's the control socket reading issue in gpsd itself that I
mentioned on the 4th at around 6pm BST. Unless you're counting that
as one of the gpsctl issues instead..?
I don't remember this.  Please describe the problem or give me a link
to your previous description.
Eric

http://lists.nongnu.org/archive/html/gpsd-users/2012-04/msg00006.html

Tom
Good catch.  Merged for 3.5.
Almost there!

New code:

|     ||gpsd_report(LOG_IO, "<= control(%d): %s\n", cfd, buf);
    buf[rd] = '\0';
    handle_control(cfd, buf);

I think it should be:
||
    buf[rd] = '\0';|
|     ||gpsd_report(LOG_IO, "<= control(%d): %s\n", cfd, buf);
    handle_control(cfd, buf);|

Tom



reply via email to

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