https://gcc.gnu.org/gcc-7/changes.html

Jonny Grant jg@jguk.org
Tue Jul 11 16:51:00 GMT 2017


Hello
https://gcc.gnu.org/gcc-7/changes.html

snprintf (d, sizeof d, "%#02x", x & 0xff);

                ^^
Should be:   sizeof(d)  ?


I'm not on this mailing list, so please cc me in any replies
Regards, Jonny



More information about the Gcc mailing list