From a3faae319b951395d088e0c7f330669de872814a Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Mon, 2 Jun 1997 07:06:35 +0000 Subject: [PATCH] If the localid is set, don't forget to expand it... --- contrib/cvs/src/rcs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/cvs/src/rcs.c b/contrib/cvs/src/rcs.c index 1187fb1eec2e..ce4f41002c96 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, ",")) {