From: Hans-Bernhard B. <br...@us...> - 2006-04-19 15:20:28
|
Update of /cvsroot/cscope/cscope/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5158 Modified Files: dir.c Log Message: Fix silly ooops from editing out d_ino test... Index: dir.c =================================================================== RCS file: /cvsroot/cscope/cscope/src/dir.c,v retrieving revision 1.24 retrieving revision 1.25 diff -C2 -r1.24 -r1.25 *** dir.c 19 Apr 2006 14:28:57 -0000 1.24 --- dir.c 19 Apr 2006 15:20:21 -0000 1.25 *************** *** 504,508 **** } else if (issrcfile(path) && infilelist(path) == NO ! && access(path, R_OK) == 0) addsrcfile(path); } --- 504,508 ---- } else if (issrcfile(path) && infilelist(path) == NO ! && access(path, R_OK) == 0) { addsrcfile(path); } |