From c9e8005df3f0f3f68f58626420960519b078f5a4 Mon Sep 17 00:00:00 2001 From: Dominik Kaiser Date: Fri, 22 Mar 2024 16:52:19 +0100 Subject: It is working (or is it?) If '\n' is the last character in the buffer it won't work. Other than that everything is working fine (as far as my current tests go...) --- get_next_line.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'get_next_line.h') diff --git a/get_next_line.h b/get_next_line.h index 1e9a6f6..f0b0006 100644 --- a/get_next_line.h +++ b/get_next_line.h @@ -6,7 +6,7 @@ /* By: dkaiser