This commit is contained in:
brianb
2000-03-11 20:19:23 +00:00
parent d37f5058ae
commit 6714088c27
4 changed files with 112 additions and 1 deletions

View File

@@ -60,6 +60,8 @@ struct stat status;
/* fprintf(stderr,"EOF reached.\n"); */
return 0;
}
/* kan - reset the cur_pos on a new page read */
mdb->cur_pos = 0; /* kan */
return len;
}
int mdb_get_int16(MdbHandle *mdb, int offset)