mux         2006-01-27 21:29:07 UTC

  FreeBSD projects repository

  Modified files:
    csup                 keyword.c 
  Log:
  Fix a subtle bug in the keyword expansion code that I introduced when
  making the code able to handle binary lines.  When we found a pair of
  '$' characters and that we didn't find a tag matching what's between
  those characters, we need to retry searching at the second '$'
  character and not after it, or we fail to see tags in lines such as:
  
  $ $FreeBSD$
  
  This fixes updating from RELENG_6_0 to HEAD.
  
  Revision  Changes    Path
  1.23      +2 -2      projects/csup/keyword.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to