mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-05 09:46:53 +00:00
Fix mac os compile error
This commit is contained in:
@@ -1472,7 +1472,7 @@ class VersionSet::Builder {
|
||||
}
|
||||
}
|
||||
if (!found) {
|
||||
fprintf(stderr, "not found %ld\n", number);
|
||||
fprintf(stderr, "not found %" PRIu64 "\n", number);
|
||||
}
|
||||
assert(found);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user