|
|
@ -5532,7 +5532,7 @@ inp_modify_exp(char* expr) |
|
|
if ((*s == '|') || (*s == '&')) |
|
|
if ((*s == '|') || (*s == '&')) |
|
|
s++; |
|
|
s++; |
|
|
wl->wl_word = copy_substring(beg, s); |
|
|
wl->wl_word = copy_substring(beg, s); |
|
|
} else if (isalpha_c(c)) { |
|
|
|
|
|
|
|
|
} else if (isalpha_c(c) || c == '_') { |
|
|
|
|
|
|
|
|
char buf[512]; |
|
|
char buf[512]; |
|
|
int i = 0; |
|
|
int i = 0; |
|
|
|