Corrected size determination of NetBSD block devices
This commit is contained in:
parent
070ac64459
commit
1d616b5944
@ -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;
|
||||
return 1;
|
||||
}
|
||||
*bytes = i;
|
||||
*bytes = i + 1;
|
||||
}
|
||||
return 0;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user