If the localid is set, don't forget to expand it...

This commit is contained in:
Peter Wemm 1997-06-02 07:06:35 +00:00
parent 10484b859e
commit a3faae319b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=26372

View File

@ -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, ",")) {