'\v' is not K&R C
This commit is contained in:
@@ -279,7 +279,7 @@ quoted(pstr)
|
||||
ch = '\f';
|
||||
break;
|
||||
case 'v':
|
||||
ch = '\v';
|
||||
ch = 013;
|
||||
break;
|
||||
default :
|
||||
ch = *(str - 1);
|
||||
|
||||
Reference in New Issue
Block a user