Corrected size determination of NetBSD block devices
This commit is contained in:
parent
ce8ba27a2f
commit
2408fe77ab
@ -1 +1 @@
|
|||||||
#define Cdrskin_timestamP "2014.02.10.213500"
|
#define Cdrskin_timestamP "2014.02.13.205358"
|
||||||
|
@ -354,7 +354,7 @@ static int guess_size_by_seek_set(int fd, off_t *bytes, int flag)
|
|||||||
continue;
|
continue;
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
*bytes = i;
|
*bytes = i + 1;
|
||||||
}
|
}
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user