Skip to content

Commit

Permalink
Update argz
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gallouët <[email protected]>
  • Loading branch information
angt committed Feb 15, 2019
1 parent 6555cd9 commit ae713a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion argz
Submodule argz updated 2 files
+28 −60 argz.c
+0 −1 argz.h
4 changes: 2 additions & 2 deletions src/path.c
Original file line number Diff line number Diff line change
Expand Up @@ -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[] = {
Expand Down

0 comments on commit ae713a2

Please sign in to comment.