another changed behaviour

Achim Gratz Stromeko at nexgo.de
Mon Feb 4 21:06:27 UTC 2019


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



More information about the devel mailing list