From ccd9a217c3cc5898fbf7b0c3e01f1611f4aad3cf Mon Sep 17 00:00:00 2001 From: Holger Vogt Date: Sat, 6 Nov 2021 13:08:14 +0100 Subject: [PATCH] Enable math characters in vector (node) names for logic comparison Replace ft_getpnames() by ft_getpnames_quotes(). --- src/frontend/cpitf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontend/cpitf.c b/src/frontend/cpitf.c index b7247e010..a0026d3bf 100644 --- a/src/frontend/cpitf.c +++ b/src/frontend/cpitf.c @@ -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.