mise norme
This commit is contained in:
parent
c2d979012a
commit
87e5d1eed0
1 changed files with 1 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
/* By: wescande <wescande@student.42.fr> +#+ +:+ +#+ */
|
/* By: wescande <wescande@student.42.fr> +#+ +:+ +#+ */
|
||||||
/* +#+#+#+#+#+ +#+ */
|
/* +#+#+#+#+#+ +#+ */
|
||||||
/* Created: 2017/01/04 16:29:54 by wescande #+# #+# */
|
/* Created: 2017/01/04 16:29:54 by wescande #+# #+# */
|
||||||
/* Updated: 2017/02/07 19:47:53 by wescande ### ########.fr */
|
/* Updated: 2017/02/07 19:57:44 by wescande ### ########.fr */
|
||||||
/* */
|
/* */
|
||||||
/* ************************************************************************** */
|
/* ************************************************************************** */
|
||||||
|
|
||||||
|
|
@ -47,7 +47,6 @@ char **glob(char *pat, unsigned char *esc,
|
||||||
expand_brace(&gl);
|
expand_brace(&gl);
|
||||||
while (gl.m_pat->next && !(gl.found = 0))
|
while (gl.m_pat->next && !(gl.found = 0))
|
||||||
{
|
{
|
||||||
gl.found = 0;
|
|
||||||
gl.cur_dir = 1;
|
gl.cur_dir = 1;
|
||||||
gl.pat = ((char **)gl.m_pat->content)[0];
|
gl.pat = ((char **)gl.m_pat->content)[0];
|
||||||
gl.esc = ((unsigned char **)gl.m_pat->content)[1];
|
gl.esc = ((unsigned char **)gl.m_pat->content)[1];
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue