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.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

DIY Stuff:
http://Synth.Stromeko.net/DIY.html

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

Reply via email to