Trying to trace the source of the segfault

I will breakdown the parser for a slight moment then relink it.
This commit is contained in:
Mthandazo Ndhlovu
2019-04-22 16:00:16 +02:00
parent a8b2e31701
commit c35deace58
15 changed files with 93 additions and 209 deletions

View File

@@ -6,7 +6,7 @@
/* By: mndhlovu <marvin@42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2019/04/04 09:24:45 by mndhlovu #+# #+# */
/* Updated: 2019/04/20 13:25:57 by mndhlovu ### ########.fr */
/* Updated: 2019/04/22 15:30:39 by mndhlovu ### ########.fr */
/* */
/* ************************************************************************** */
@@ -67,6 +67,7 @@ void lm_get_vert_link(int count, t_syntax *synt, t_lmdata *ldata
{
if (lm_check_forbiden_chars(line, 0))
{
ft_printf("Bingo 7 %s\n", line);
if (!(lm_add_vertex(ldata, line, 'v', synt)))
{
synt->v_error = 1;