Clean up rev. 1.30.
This commit is contained in:
parent
f2e6d6b232
commit
e29369fadb
1 changed files with 0 additions and 1 deletions
|
@ -333,7 +333,6 @@ ef_write(int type, int id, void *from)
|
||||||
to = ep->cache + (id - ep->baseid) * ep->size;
|
to = ep->cache + (id - ep->baseid) * ep->size;
|
||||||
memcpy(to, from, ep->size);
|
memcpy(to, from, ep->size);
|
||||||
}
|
}
|
||||||
CANT_HAPPEN(id > ep->fids);
|
|
||||||
if (id >= ep->fids) {
|
if (id >= ep->fids) {
|
||||||
/* write beyond end of file extends it, take note */
|
/* write beyond end of file extends it, take note */
|
||||||
ep->fids = id + 1;
|
ep->fids = id + 1;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue