Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
filesystems
hfsutils
hfsutils-3.2.6-seek.dif
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File hfsutils-3.2.6-seek.dif of Package hfsutils
--- libhfs/os/unix.c.~1~ 2002-11-18 00:36:52.000000000 +0100 +++ libhfs/os/unix.c 2002-11-18 00:40:35.000000000 +0100 @@ -147,12 +147,12 @@ unsigned long os_seek(void **priv, unsig if (offset == (unsigned long) -1) result = lseek(fd, 0, SEEK_END); else - result = lseek(fd, offset << HFS_BLOCKSZ_BITS, SEEK_SET); + result = lseek(fd, (off_t) offset << HFS_BLOCKSZ_BITS, SEEK_SET); if (result == -1) ERROR(errno, "error seeking medium"); - return (unsigned long) result >> HFS_BLOCKSZ_BITS; + return (unsigned long) (result >> HFS_BLOCKSZ_BITS); fail: return -1;
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor