Deleted Added
full compact
685c685
< if (lseek(f, (off_t)0, 0) == BAD_LSEEK)
---
> if (lseek(f, (off_t)0, SEEK_SET) == BAD_LSEEK)