summaryrefslogtreecommitdiffstats
path: root/src/ft_p_lcom.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ft_p_lcom.c')
-rw-r--r--src/ft_p_lcom.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ft_p_lcom.c b/src/ft_p_lcom.c
index 9a7a1b8..9a678e6 100644
--- a/src/ft_p_lcom.c
+++ b/src/ft_p_lcom.c
@@ -132,7 +132,7 @@ int8_t
i = 0;
if (!(words = ft_split(line, ';')))
return (-1);
- while (i <= count)
+ while (i <= count && words[i])
{
if (!(link = ft_lcom_new(words[i], msh)))
{