fix some errors

This commit is contained in:
Maoake Teriierooiterai
2026-01-15 08:20:38 +01:00
parent 81ed92dc88
commit 52d868904f
3 changed files with 5 additions and 2 deletions

View File

@@ -18,7 +18,8 @@ void rra(t_stacks *stacks)
if (stacks && stacks->a && stacks->a->previous)
stacks->a = stacks->a->previous;
stacks->rra++;
secure_write(1, "rra\n", 4);
if (stacks->print)
secure_write(1, "rra\n", 4);
}
void rrb(t_stacks *stacks)