cvs commit: projects/csup keyword.c

Maxime Henrion mux at FreeBSD.org
Fri Jan 27 13:29:08 PST 2006


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


More information about the cvs-all mailing list