Revert changed

This commit is contained in:
Timo Schmidt 2023-04-05 01:50:31 +02:00
parent c83d0865e9
commit ccba521158
3 changed files with 1 additions and 3 deletions

BIN
obj/io.o

Binary file not shown.

Binary file not shown.

View File

@ -6,7 +6,7 @@
/* By: apago <apago@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2023/04/04 16:19:27 by apago #+# #+# */
/* Updated: 2023/04/05 00:06:36 by tischmid ### ########.fr */
/* Updated: 2023/04/05 01:49:15 by tischmid ### ########.fr */
/* */
/* ************************************************************************** */
@ -42,8 +42,6 @@ size_t parse_line(char *line, char *dst, t_meta *meta)
{
int i;
while (*dst++)
;
i = 0;
while (i < meta->width)
{