summaryrefslogtreecommitdiffstats
path: root/src/b_echo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/b_echo.c')
-rw-r--r--src/b_echo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/b_echo.c b/src/b_echo.c
index a02dad5..7b998d7 100644
--- a/src/b_echo.c
+++ b/src/b_echo.c
@@ -81,7 +81,7 @@ uint8_t
b_echo(char *args[],
t_msh *msh)
{
- const uint64_t argc = get_argc((const char **)args);
+ const uint64_t argc = u_builtins_get_argc((const char **)args);
char **ptr;
char *str;
int8_t nopt;