From 3b32afb082ba823885ac355413294b5e7ff3c360 Mon Sep 17 00:00:00 2001 From: JozanLeClerc Date: Mon, 3 Aug 2020 17:04:30 +0200 Subject: Changed function name --- src/b_exit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/b_exit.c') diff --git a/src/b_exit.c b/src/b_exit.c index 5f1c446..5384d25 100644 --- a/src/b_exit.c +++ b/src/b_exit.c @@ -26,7 +26,7 @@ uint8_t t_msh *msh) { uint8_t ret; - const uint64_t argc = get_argc((const char**)args); + const uint64_t argc = u_builtins_get_argc((const char**)args); if (argc > 1) { -- cgit v1.2.3