Parse ^? correctly now
This commit is contained in:
parent
471b2e6d7b
commit
d015557a82
@ -174,6 +174,9 @@ struct term_path *path; {
|
||||
*dp++ = '0';
|
||||
}
|
||||
sp++;
|
||||
} else if (*sp == '?') {
|
||||
*dp++ = '\177';
|
||||
sp++;
|
||||
} else
|
||||
*dp++ = '^';
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user