Daemon News Ezine BSD News BSD Mall BSD Support Forum BSD Advocacy BSD Updates

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

cvs commit: projects/csup keyword.c



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