aboutsummaryrefslogtreecommitdiff
path: root/lib/libft/ft_strcpy.c
diff options
context:
space:
mode:
authorChristopher Uhlig2025-01-22 02:40:27 +0100
committerChristopher Uhlig2025-01-22 02:40:27 +0100
commitf6e474d27a1398c6d4f2e88c7f2d3797b85217da (patch)
tree7dd7bd5f2a151b39498991b567ae51cff8242782 /lib/libft/ft_strcpy.c
parent78dc50a2bce3c6e31405437189e2990d8fc720ac (diff)
downloadminishell-f6e474d27a1398c6d4f2e88c7f2d3797b85217da.tar.gz
minishell-f6e474d27a1398c6d4f2e88c7f2d3797b85217da.zip
kinda fix for pipe error and again.vs for you db just chnage workfolder gn
Diffstat (limited to 'lib/libft/ft_strcpy.c')
-rw-r--r--lib/libft/ft_strcpy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libft/ft_strcpy.c b/lib/libft/ft_strcpy.c
index b5c612f..94a07f7 100644
--- a/lib/libft/ft_strcpy.c
+++ b/lib/libft/ft_strcpy.c
@@ -6,7 +6,7 @@
/* By: chuhlig <chuhlig@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/01/09 14:38:30 by chuhlig #+# #+# */
-/* Updated: 2025/01/09 14:38:53 by chuhlig ### ########.fr */
+/* Updated: 2025/01/14 14:10:06 by chuhlig ### ########.fr */
/* */
/* ************************************************************************** */
@@ -22,4 +22,4 @@ char *ft_strcpy(char *dest, char *src)
}
dest[i] = '\0';
return (dest);
-} \ No newline at end of file
+}