]> git.zerfleddert.de Git - proxmark3-svn/blobdiff - client/reveng/model.c
FIX: lf hitag : Mea culpa, simulation should not have reader_field on. thanks to...
[proxmark3-svn] / client / reveng / model.c
index eead6377055fe8092f07315afd80a3c35ae554ee..de0d16796b7fe23e45791cf1d0f98c71cf89b4a7 100644 (file)
@@ -35,6 +35,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <inttypes.h>
 #include "reveng.h"
 
 /* Private declarations */
@@ -116,7 +117,7 @@ mtostr(const model_t *model) {
        if((string = malloc(size))) {
                sprintf(strbuf, "\"%s\"", model->name);
                sprintf(string,
-                               "width=%lu  "
+                               "width=%lu"
                                "poly=0x%s  "
                                "init=0x%s  "
                                "refin=%s  "
Impressum, Datenschutz