From ae713a21971e408d255981b61f4d1f93748a451f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Gallou=C3=ABt?= Date: Fri, 15 Feb 2019 22:01:02 +0000 Subject: [PATCH] Update argz MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Adrien Gallouët --- argz | 2 +- src/path.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/argz b/argz index 5398bb4..331948c 160000 --- a/argz +++ b/argz @@ -1 +1 @@ -Subproject commit 5398bb4f794c214e7daeb85f61d10b8ba6459503 +Subproject commit 331948c772d886a066f159fd5135f8df78ab6442 diff --git a/src/path.c b/src/path.c index 7eee134..cb14f19 100644 --- a/src/path.c +++ b/src/path.c @@ -105,8 +105,8 @@ gt_path(int argc, char **argv) }, res = {0}; struct argz ratez[] = { - {"tx", "BYTES/SEC", &req.path.rate_tx, argz_size}, - {"rx", "BYTES/SEC", &req.path.rate_rx, argz_size}, + {"tx", "BYTES/SEC", &req.path.rate_tx, argz_bytes}, + {"rx", "BYTES/SEC", &req.path.rate_rx, argz_bytes}, {NULL}}; struct argz pathz[] = {