cc: accept 24 bit numeric runes

This commit is contained in:
cinap_lenrek 2013-05-01 16:55:11 +02:00
parent decade55c6
commit 58533c35fb

View file

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