SHA256
1
0
forked from pool/file
file/file-5.13-return.patch
2013-02-26 17:34:16 +00:00

12 lines
253 B
Diff

--- src/cdf.c
+++ src/cdf.c 2013-02-26 17:30:21.073444930 +0000
@@ -250,8 +250,6 @@ cdf_read(const cdf_info_t *info, off_t o
if (info->i_fd == -1)
return -1;
- return -1;
-
if (pread(info->i_fd, buf, len, off) != (ssize_t)len)
return -1;