diff options
Diffstat (limited to '')
-rw-r--r-- | src/e_line.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/e_line.c b/src/e_line.c index caf3d75..de1eae2 100644 --- a/src/e_line.c +++ b/src/e_line.c @@ -33,7 +33,7 @@ void { if (msh->com->bin != NULL && (bu_id = u_get_builtin_id(msh->com->bin)) - < FT_BUILTINS_COUNT) + < B_BUILTINS_COUNT) e_builtin(msh->com, bu_id, msh); else if (msh->com->bin != NULL) e_extern(msh->com, msh); |