bk: 54c9653aQq_SLYk5ziVV_hYzlIaPzQ
-* [Bug 2738] Missing buffer initialisation in parsestate().
+* [Bug 2741] Incorrect buffer check in refclocK_parse.c::parsestatus().
+* [Bug 2738] Missing buffer initialisation in refclocK_parse.c::parsestate().
* [Bug 2739] Parse driver with PPS enabled occasionaly evaluates
PPS timestamp with wrong sign.
Removed some German umlauts.
{
if (flagstrings[i].bit & lstate)
{
- if (t == buffer)
+ if (t != buffer)
t = ap(buffer, size, t, "; ");
t = ap(buffer, size, t, "%s", flagstrings[i].name);
}