Whitespace; restoring lost call to checkRid

This commit is contained in:
Sears Russell 2007-06-01 22:20:25 +00:00
parent 5e1445777f
commit 2f7da41663

View file

@ -76,6 +76,7 @@ static void checkRid(Page * page, recordid rid) {
void fixedReadUnlocked(Page * page, recordid rid, byte * buf) {
assertlocked(page->rwlatch);
checkRid(page, rid);
if(!memcpy(buf, fixed_record_ptr(page, rid.slot), rid.size)) {
perror("memcpy");
abort();