Json: use B_PRI* constants
This fixes the x86_64 build.
This commit is contained in:
@@ -43,7 +43,7 @@ public:
|
|||||||
error = fError.String();
|
error = fError.String();
|
||||||
else
|
else
|
||||||
error = strerror(fReturnCode);
|
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
|
status_t ReturnCode() const
|
||||||
|
|||||||
Reference in New Issue
Block a user