Enable math characters in vector (node) names for logic comparison

Replace ft_getpnames() by ft_getpnames_quotes().
This commit is contained in:
Holger Vogt 2021-11-06 13:08:14 +01:00
parent 8895a6e633
commit ccd9a217c3
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ cp_istrue(wordlist *wl)
wl = cp_bquote(wl);
/* parse the condition */
names = ft_getpnames(wl, TRUE);
names = ft_getpnames_quotes(wl, TRUE);
wl_free(wl);
/* evaluate the parsed condition.