]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/reveng/model.c
chg; PRIu32 becomes %u. Lets return to whats working - %lu
[proxmark3-svn] / client / reveng / model.c
index 8e5361077d23e6f4d923f7cfdc90841ef2c681e0..de0d16796b7fe23e45791cf1d0f98c71cf89b4a7 100644 (file)
@@ -117,7 +117,7 @@ mtostr(const model_t *model) {
        if((string = malloc(size))) {
                sprintf(strbuf, "\"%s\"", model->name);
                sprintf(string,
-                               "width=%" PRIu64 ""
+                               "width=%lu"
                                "poly=0x%s  "
                                "init=0x%s  "
                                "refin=%s  "
Impressum, Datenschutz