| # | Line 1132 | Line 1132 | myseeko(const LUENT *e, void *p) | |
|---|---|---|
| 1132 | sprintf(errmsg, "seek error on file '%s'", e->key); | |
| 1133 | error(SYSTEM, errmsg); | |
| 1134 | } | |
| 1135 | + | return 0; |
| 1136 | } | |
| 1137 | ||
| 1138 | /* recover output if possible */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |