'\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';
|
ch = '\f';
|
||||||
break;
|
break;
|
||||||
case 'v':
|
case 'v':
|
||||||
ch = '\v';
|
ch = 013;
|
||||||
break;
|
break;
|
||||||
default :
|
default :
|
||||||
ch = *(str - 1);
|
ch = *(str - 1);
|
||||||
|
|
Loading…
Reference in a new issue