nixpkgs/pkgs/development/libraries/liboping
Sergei Trofimovich 4a0fbcbd13 liboping: fix format arguments for printf()
Without the change build fails on `ncurses-6.3` as:

  oping.c:1601:38: error: too many arguments for format [-Werror=format-extra-args]
   1601 |                         HOST_PRINTF ("%zu bytes from %s (%s): icmp_seq=%u ttl=%i ",
        |                                      ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2021-12-04 18:54:38 +00:00
..
default.nix liboping: fix format arguments for printf() 2021-12-04 18:54:38 +00:00
ncurses-6.3.patch