From: <sg...@us...> - 2003-08-30 19:20:34
|
Update of /cvsroot/libfunutil/libfunutil/toc/bin In directory sc8-pr-cvs1:/tmp/cvs-serv30672/bin Modified Files: atsign_parse mkdep.c Log Message: a number of changes from the toc tree. Index: atsign_parse =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/bin/atsign_parse,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 Index: mkdep.c =================================================================== RCS file: /cvsroot/libfunutil/libfunutil/toc/bin/mkdep.c,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mkdep.c 9 Aug 2003 10:45:21 -0000 1.3 +++ mkdep.c 30 Aug 2003 19:20:30 -0000 1.4 @@ -603,13 +603,12 @@ while (++argv, --argc > 0) { if (strncmp(*argv, "-I", 2) == 0) { - if (*((*argv)+2)) { + if (*((*argv)+2) ) { add_path((*argv)+2); } else { ++argv; --argc; - add_path(*argv); } } else if (strcmp(*argv, "--") == 0) { |