]> git.puffer.fish Git - mirror/frr.git/commit
lib: literal constant format string for termtable
authorDavid Lamparter <equinox@opensourcerouting.org>
Thu, 26 Jan 2023 13:23:50 +0000 (14:23 +0100)
committerDavid Lamparter <equinox@opensourcerouting.org>
Fri, 27 Jan 2023 11:01:20 +0000 (12:01 +0100)
commite59bd527e9b7818b315ba2cc6ad21a1ac9f2b161
tree9fd27c7cc47aae7f024f8aa3a30482dd569df8b9
parentae08de9f427ec6b71299ae2786cff19b98d0468f
lib: literal constant format string for termtable

While this wasn't a problematic use of a format string, make it a
literal constant so the compiler is happy.

Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
lib/termtable.c