Skip to content

Commit

Permalink
Latest Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Aymen Kh committed Jun 7, 2019
1 parent 181bd05 commit be9198b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Vector/vector_from.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
/* By: akharrou <akharrou@student.42.us.org> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/06/05 17:40:15 by akharrou #+# #+# */
/* Updated: 2019/06/05 17:52:04 by akharrou ### ########.fr */
/* Updated: 2019/06/06 23:18:10 by akharrou ### ########.fr */
/* */
/* ************************************************************************** */

Expand Down Expand Up @@ -54,5 +54,6 @@ struct s_vector vector_from(void *iterable, size_t length, size_t width)
instance.vector[i] = ft_memdup(iterable + (i * width), width);
++i;
}
instance.length = length;
return (instance);
}

0 comments on commit be9198b

Please sign in to comment.