From: Jo-Philipp Wich Date: Thu, 30 Jul 2009 12:11:41 +0000 (+0000) Subject: luci-0.9: merge r5175 X-Git-Tag: 0.9.0~142 X-Git-Url: https://git.archive.openwrt.org/?a=commitdiff_plain;h=79fb9f138ae2ac9dc1371991fa085c2c992853a6;p=project%2Fluci.git luci-0.9: merge r5175 --- diff --git a/libs/lmo/src/lmo_core.c b/libs/lmo/src/lmo_core.c index cd117bec8..17467f21e 100644 --- a/libs/lmo/src/lmo_core.c +++ b/libs/lmo/src/lmo_core.c @@ -71,7 +71,7 @@ lmo_archive_t * lmo_open(const char *file) goto cleanup; } - if( lseek(in, (off_t)(-sizeof(uint32_t)), SEEK_END) == -1 ) + if( lseek(in, -sizeof(uint32_t), SEEK_END) == -1 ) { error("Can not seek to eof", 1); goto cleanup;