]> git.proxmox.com Git - mirror_iproute2.git/commit
Fix non-literal string format warnings
authorStephen Hemminger <stephen@networkplumber.org>
Thu, 29 May 2014 17:49:55 +0000 (10:49 -0700)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 29 May 2014 17:49:55 +0000 (10:49 -0700)
commit468dec75a5455563610bc8ec31991caa71484096
treef7f14874d94cc37018919630d0f464caa68a6279
parent4ec0ffde42b79cfde698e4f31cd6d0b72d735574
Fix non-literal string format warnings

The lnstat program was building a format string, then using it.
This was safe, but simpler to just use format character * to
get width.
misc/lnstat.c