cvs commit: projects/csup keyword.c
Maxime Henrion <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.projects |
|---|---|
| Message-ID | <200601272129.k0RLT7aa059564__13635.1216039204$1138397400$gmane$org@repoman.freebsd.org> |
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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-projects
To unsubscribe, send any mail to "[email protected]"