diff options
author | peter <peter@FreeBSD.org> | 1997-06-02 07:06:35 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1997-06-02 07:06:35 +0000 |
commit | 33ddef35e6191fb2cd19ec096f2d855851331a45 (patch) | |
tree | d4a694320b00c8b1c5f9b7d32aabe1a07e42a47d /contrib | |
parent | e23e7b05923b2ce8998adc9a9c1d99a668b0b304 (diff) | |
download | FreeBSD-src-33ddef35e6191fb2cd19ec096f2d855851331a45.zip FreeBSD-src-33ddef35e6191fb2cd19ec096f2d855851331a45.tar.gz |
If the localid is set, don't forget to expand it...
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/cvs/src/rcs.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/cvs/src/rcs.c b/contrib/cvs/src/rcs.c index 1187fb1..ce4f410 100644 --- a/contrib/cvs/src/rcs.c +++ b/contrib/cvs/src/rcs.c @@ -4308,6 +4308,7 @@ RCS_setlocalid (arg) keywords[KEYWORD_LOCALID].string = xstrdup(key); keywords[KEYWORD_LOCALID].len = strlen(key); + keywords[KEYWORD_LOCALID].expandit = 1; /* options? */ while (key = strtok(NULL, ",")) { |