Date: Fri, 27 Jan 2006 21:29:07 +0000 (UTC) From: Maxime Henrion <mux@FreeBSD.org> To: projects-committers@FreeBSD.org, cvs-projects@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: projects/csup keyword.c Message-ID: <200601272129.k0RLT7aa059564@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601272129.k0RLT7aa059564>
