Fixed compiler warning...

This commit is contained in:
Sears Russell 2006-08-11 19:36:46 +00:00
parent b615f0bc3e
commit 32d21cd398

View file

@ -132,7 +132,7 @@ START_TEST(indirectAlloc) {
printf("{page = %lld, slot = %d, size = %lld}\n", (int64_t)rid.page, rid.slot, (int64_t)rid.size);
printf("{page = %ld, slot = %d, size = %ld}\n", (int64_t)rid.page, rid.slot, (int64_t)rid.size);
releasePage(p);
@ -156,7 +156,7 @@ START_TEST(indirectAlloc) {
printf("{page = %lld, slot = %d, size = %lld}\n", (int64_t)rid.page, rid.slot, (int64_t)rid.size);
printf("{page = %ld, slot = %d, size = %ld}\n", (int64_t)rid.page, rid.slot, (int64_t)rid.size);
releasePage(p);