Remove DG

This commit is contained in:
M600 2017-03-22 20:25:51 +01:00
parent 428a41f457
commit 89cfc441ad

View file

@ -6,7 +6,7 @@
/* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */ /* By: gwojda <gwojda@student.42.fr> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */ /* +#+#+#+#+#+ +#+ */
/* Created: 2017/03/09 16:54:59 by gwojda #+# #+# */ /* Created: 2017/03/09 16:54:59 by gwojda #+# #+# */
/* Updated: 2017/03/22 20:21:43 by alao ### ########.fr */ /* Updated: 2017/03/22 20:25:19 by alao ### ########.fr */
/* */ /* */
/* ************************************************************************** */ /* ************************************************************************** */
@ -35,7 +35,6 @@ void c_seek_abs_path(t_comp *c, char *current_word)
} }
!c->match ? c->match = ft_strdupi_w(ft_strrchr(c->rcmd, '/') + 1) : 0; !c->match ? c->match = ft_strdupi_w(ft_strrchr(c->rcmd, '/') + 1) : 0;
c_parser(c, c->cpath, c->match); c_parser(c, c->cpath, c->match);
DG("cpath [%s] match [%s]", c->cpath, c->match);
if (c->lst == NULL || c->lst == c->lst->prev) if (c->lst == NULL || c->lst == c->lst->prev)
c_exclusion_folder(c); c_exclusion_folder(c);
} }