From b18fbce9a7e33f7e54949ae8de32fd7fc42e6ad1 Mon Sep 17 00:00:00 2001 From: salad Date: Tue, 3 Nov 2020 00:03:48 +0100 Subject: this is it \(2009\) \: a Micheal Jackson Biopic --- src/m_loop.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/m_loop.c') diff --git a/src/m_loop.c b/src/m_loop.c index 83caf6a..03ce8e2 100644 --- a/src/m_loop.c +++ b/src/m_loop.c @@ -138,10 +138,8 @@ unsigned char m_loop(int fd, t_msh *msh) msh->curr_hist_ptr = hist; while (gnl > 0) { - if (fd == STDIN_FILENO) - gnl = c_gnl(fd, &line, 1, msh); - else - gnl = get_next_line(fd, &line); + gnl = (fd == STDIN_FILENO) ? c_gnl(fd, &line, 1, msh) : + get_next_line(fd, &line); m_delete_comments(line); if (line[0] != C_NUL) { -- cgit v1.2.3