cc: TUSHORT -> TRUNE for lstring constats for OUSED

This commit is contained in:
cinap_lenrek 2015-10-06 05:20:00 +02:00
parent b33f4c0301
commit 99ddc5b097

View file

@ -232,7 +232,7 @@ nextinit(void)
a->cstring++;
}
if(a->op == OLSTRING) {
b->vconst = convvtox(*a->rstring, TUSHORT);
b->vconst = convvtox(*a->rstring, TRUNE);
a->rstring++;
}
a->type->width -= b->type->width;