]> git.puffer.fish Git - mirror/frr.git/commit
tools/gcc-plugin: fix format precision/width type
authorDavid Lamparter <equinox@diac24.net>
Thu, 18 Feb 2021 23:04:51 +0000 (00:04 +0100)
committerDavid Lamparter <equinox@diac24.net>
Fri, 26 Mar 2021 16:51:55 +0000 (17:51 +0100)
commit23922bbc0821270ad09bcffdf7c16b2fb4984d6e
tree69068ae30db0629a994ff0a477221514c698a280
parent694df37daf95940e923905fdd1096541d860bbfd
tools/gcc-plugin: fix format precision/width type

`%*.*pEXT` applied the extension type to the precision and width (*.*)
too.  Oops.

Signed-off-by: David Lamparter <equinox@diac24.net>
tools/gcc-plugins/frr-format.c