Json: use B_PRI* constants

This fixes the x86_64 build.
This commit is contained in:
Ithamar R. Adema
2014-09-01 13:12:59 +02:00
parent 12cd565ad7
commit c144d33901
+1 -1
View File
@@ -43,7 +43,7 @@ public:
error = fError.String();
else
error = strerror(fReturnCode);
printf("Parse error at %ld: %s\n", fPosition, error);
printf("Parse error at %" B_PRIi32 ": %s\n", fPosition, error);
}
status_t ReturnCode() const