If the localid is set, don't forget to expand it...
This commit is contained in:
parent
4210defea5
commit
5c0a62ca24
@ -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, ",")) {
|
||||
|
Loading…
Reference in New Issue
Block a user