Browse Source

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

Replace ft_getpnames() by ft_getpnames_quotes().
pre-master-46
Holger Vogt 4 years ago
parent
commit
ccd9a217c3
  1. 2
      src/frontend/cpitf.c

2
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.

Loading…
Cancel
Save