ref: 99ddc5b0971c3ce0baddd667ea4c34c635c8e5ab
parent: b33f4c030159ac9dfdf34cb0ba6ec64daf727c8c
author: cinap_lenrek <cinap_lenrek@felloff.net>
date: Tue Oct 6 01:20:00 EDT 2015
cc: TUSHORT -> TRUNE for lstring constats for OUSED
--- a/sys/src/cmd/cc/dcl.c
+++ b/sys/src/cmd/cc/dcl.c
@@ -232,7 +232,7 @@
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;