cc: use 7 octal digits for 21 bit runes

This commit is contained in:
cinap_lenrek 2019-08-12 19:15:02 +02:00
parent 675870f9b1
commit ffd99348f3

View file

@ -1145,7 +1145,7 @@ loop:
*/
i = 2;
if(longflg)
i = 8;
i = 6;
l = c - '0';
for(; i>0; i--) {
c = getc();