[SCM] giada/master: Add patch to build with gcc6 (Closes: ##831183).

Fabian Greffrath fabian at debian.org
Mon Jul 25 15:15:04 UTC 2016


Am Montag, den 25.07.2016, 15:56 +0200 schrieb Jaromír Mikeš:
> I will pass this question to upstream.

This question was rhetoric, it won't fit. You have 8 bytes in the
buffer, two of them are used by " L" or " R", respectively, and another
one for the '\0' delimiter. This means 5 bytes are left for the
floating point number, of which one is the decimal dot. That it, you
must delimit the floating point formater to something like "%3.1f" for
it to fit into the string buffer. Or, given that upstream apparently
intended to output integers, maybe "%5.0f".

 - Fabian
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: This is a digitally signed message part
URL: <http://lists.alioth.debian.org/pipermail/pkg-multimedia-maintainers/attachments/20160725/b6c374a0/attachment.sig>


More information about the pkg-multimedia-maintainers mailing list