Changeset 5176
- Timestamp:
- 07/30/09 13:11:41 (4 years ago)
- Files:
-
- 1 modified
-
luci/branches/luci-0.9/libs/lmo/src/lmo_core.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
luci/branches/luci-0.9/libs/lmo/src/lmo_core.c
r5172 r5176 72 72 } 73 73 74 if( lseek(in, (off_t)(-sizeof(uint32_t)), SEEK_END) == -1 )74 if( lseek(in, -sizeof(uint32_t), SEEK_END) == -1 ) 75 75 { 76 76 error("Can not seek to eof", 1);
