summaryrefslogtreecommitdiffstats
path: root/src/m_loop.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/m_loop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/m_loop.c b/src/m_loop.c
index 76ed6e0..ac3ca12 100644
--- a/src/m_loop.c
+++ b/src/m_loop.c
@@ -125,7 +125,7 @@ uint8_t m_loop(int32_t fd, t_msh *msh)
int8_t gnl;
gnl = 1;
- msh->curr_hist = hist;
+ msh->curr_hist_ptr = hist;
while (gnl > 0)
{
if (fd == STDIN_FILENO)