'\v' is not K&R C
This commit is contained in:
parent
4e99d889ff
commit
2e58c2438f
1 changed files with 1 additions and 1 deletions
|
@ -279,7 +279,7 @@ quoted(pstr)
|
|||
ch = '\f';
|
||||
break;
|
||||
case 'v':
|
||||
ch = '\v';
|
||||
ch = 013;
|
||||
break;
|
||||
default :
|
||||
ch = *(str - 1);
|
||||
|
|
Loading…
Reference in a new issue