Yo Achim!

On Mon, 04 Feb 2019 22:06:27 +0100
Achim Gratz via devel <devel@ntpsec.org> wrote:

> Gary E. Miller via devel writes:
> > The end result is:
> >
> >         char buffer[200];
> >         char buf[50];
> >
> >         strlcpy(buffer, tag, sizeof(buffer));
> >         snprintf(buf, sizeof(buf), use_f ? "=%.*f" : "%.*g",
> > precision, d); strlcat(buffer, buf, sizeof(buffer));
> >
> >         ctl_putdata(buffer, strlen(buffer), false);
> >
> > Am I missing something very obvious?  
> 
> I have no idea.  But reverting that commit on top of current master
> brings the output back to normal.

I found it.  Stupid typo.  Fix coming.

Once again: thanks for the bisect.

RGDS
GARY
---------------------------------------------------------------------------
Gary E. Miller Rellim 109 NW Wilmington Ave., Suite E, Bend, OR 97703
        g...@rellim.com  Tel:+1 541 382 8588

            Veritas liberabit vos. -- Quid est veritas?
    "If you can’t measure it, you can’t improve it." - Lord Kelvin

Attachment: pgpmzZSzQ5k5q.pgp
Description: OpenPGP digital signature

_______________________________________________
devel mailing list
devel@ntpsec.org
http://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to