summaryrefslogtreecommitdiffstats
path: root/src/b_export.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/b_export.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/b_export.c b/src/b_export.c
index c47a8fb..fc1657e 100644
--- a/src/b_export.c
+++ b/src/b_export.c
@@ -86,7 +86,7 @@ uint8_t
t_msh *msh)
{
/* TODO: norme */
- const uint64_t argc = get_argc((const char**)args);
+ const uint64_t argc = u_builtins_get_argc((const char**)args);
char **ptr;
char *varval;
/* char *varname; */