some fix on printf

This commit is contained in:
2026-04-06 02:50:46 +02:00
parent b0a77bc18c
commit b620f5ecdb
12 changed files with 58 additions and 45 deletions
+1 -1
View File
@@ -15,7 +15,7 @@
int print_char(t_arg *arg, char c)
{
int count;
int count;
count = 0;
count += print_chars(arg->padding - 1, ' ');