Update of /cvsroot/radmind/radmind
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8839
Modified Files:
transcript.c
Log Message:
Special files are unaffected by exclude patterns.
Updated description of excludes in fsdiff manpage.
Index: transcript.c
===================================================================
RCS file: /cvsroot/radmind/radmind/transcript.c,v
retrieving revision 1.128
retrieving revision 1.129
diff -C2 -d -r1.128 -r1.129
*** transcript.c 6 Aug 2008 16:00:42 -0000 1.128
--- transcript.c 7 Aug 2008 01:04:39 -0000 1.129
***************
*** 716,720 ****
/* If we match an exclude pattern, pretend we don't see it */
! if ( t_exclude( begin_tran->t_pinfo.pi_name )) {
if ( exclude_warnings ) {
fprintf( stderr, "Warning: excluding %s\n",
--- 716,721 ----
/* If we match an exclude pattern, pretend we don't see it */
! if ( begin_tran->t_type != T_SPECIAL &&
! t_exclude( begin_tran->t_pinfo.pi_name )) {
if ( exclude_warnings ) {
fprintf( stderr, "Warning: excluding %s\n",
|