fix quoting of \
This commit is contained in:
parent
d575ca8391
commit
0fd06d8cf1
@ -284,6 +284,8 @@ read_quoted_char(int *scan_nextp, IOSTREAM *inp_stream)
|
||||
switch (ch) {
|
||||
case 10:
|
||||
return 0;
|
||||
case '\\':
|
||||
return '\\';
|
||||
case 'a':
|
||||
return '\a';
|
||||
case 'b':
|
||||
|
Reference in New Issue
Block a user