This commit is contained in:
LinlyBoi
2023-08-21 14:33:56 +03:00
parent 7fda3ce821
commit 0b561ac266

View File

@@ -54,6 +54,6 @@ int _printf(const char *format, ...)
fmt_idx++; fmt_idx++;
} }
} }
write(1, buffer, BUFF_SIZE + 1); write(1, buffer, BUFF_SIZE);
return (_strlen(buffer)); return (_strlen(buffer));
} }