mirror of
https://github.com/coolsnowwolf/routing.git
synced 2025-05-01 10:59:44 +08:00
12 lines
506 B
Diff
12 lines
506 B
Diff
--- a/memory/Allocator.c
|
|
+++ b/memory/Allocator.c
|
|
@@ -57,7 +57,7 @@ static void unroll(struct Allocator_pvt*
|
|
struct Allocator_Allocation_pvt* allocation = context->allocations;
|
|
while (allocation && includeAllocations) {
|
|
writeUnroller(&childUnroller);
|
|
- fprintf(stderr, "%s:%ld [%lu] bytes at [0x%lx]\n",
|
|
+ fprintf(stderr, "%s:%tu [%tu] bytes at [0x%lx]\n",
|
|
allocation->fileName,
|
|
allocation->lineNum,
|
|
allocation->pub.size,
|