From: ken Date: Fri, 16 Dec 2016 19:55:23 +0000 (-0800) Subject: merged X-Git-Url: https://www.kengrimes.com/gitweb/?p=henge%2Fapc.git;a=commitdiff_plain;h=ef36a7a6355d280c648b0ac325ac9095743ceead merged --- diff --git a/src/scanner.c b/src/scanner.c index 55245af..36a2050 100644 --- a/src/scanner.c +++ b/src/scanner.c @@ -143,11 +143,7 @@ int scanner if (DL_CD_LEN() > 0) //There are entities to process { if (DL_CD_POP() == NULL) //If the dirent is null, then the goto libfail; //lib function in dirent has failed -<<<<<<< HEAD ntok += lexer_lexstring(DL_CD_CURNAME());//lex the directory name -======= - ntok += lexer_lexstring(DL_CD_CURNAME()); //lex the directory name ->>>>>>> 15d3ab5e7871ff459af13089b82bf5f17f731ebd if (DL_LEN() >= DL_STACKSIZE) //fail if maxdepth exceeded { fprintf(stderr, ERR_DEPTH); goto fail;