This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]