cc: accept 24 bit numeric runes
This commit is contained in:
parent
decade55c6
commit
58533c35fb
1 changed files with 2 additions and 2 deletions
|
@ -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();
|
||||
|
|
Loading…
Reference in a new issue