Corrected raw short length
This commit is contained in:
parent
037ab10b6a
commit
d6ef361383
|
@ -238,7 +238,7 @@ walktoken(char *w)
|
||||||
if(sihx(w) && slen(w) == 2)
|
if(sihx(w) && slen(w) == 2)
|
||||||
return 1;
|
return 1;
|
||||||
else if(sihx(w) && slen(w) == 4)
|
else if(sihx(w) && slen(w) == 4)
|
||||||
return 1;
|
return 2;
|
||||||
return error("Invalid token", w);
|
return error("Invalid token", w);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue