189c189
< int width;
---
> int cwidth;
193c193
< width = sizeof(uint64_t);
---
> cwidth = sizeof(uint64_t);
196c196
< width = sizeof(uint32_t);
---
> cwidth = sizeof(uint32_t);
199c199
< while (width-- > 0) {
---
> while (cwidth-- > 0) {