'\v' is not K&R C

This commit is contained in:
ceriel 1991-11-06 14:36:25 +00:00
parent 4e99d889ff
commit 2e58c2438f

View file

@ -279,7 +279,7 @@ quoted(pstr)
ch = '\f';
break;
case 'v':
ch = '\v';
ch = 013;
break;
default :
ch = *(str - 1);