This commit is contained in:
iceman1001 2017-02-23 00:58:52 +01:00
commit 3919356baf
2 changed files with 4 additions and 5 deletions

View file

@ -117,7 +117,7 @@ mtostr(const model_t *model) {
if((string = malloc(size))) {
sprintf(strbuf, "\"%s\"", model->name);
sprintf(string,
"width=%" PRIu32 ""
"width=%" PRIu64 ""
"poly=0x%s "
"init=0x%s "
"refin=%s "