Keep Tinderbox happy.
This commit is contained in:
parent
178a1e6959
commit
390985729b
@ -59,7 +59,7 @@ cgread1(struct uufsd *disk, int c)
|
||||
|
||||
fs = &disk->d_fs;
|
||||
|
||||
if (c >= fs->fs_ncg) {
|
||||
if ((unsigned)c >= fs->fs_ncg) {
|
||||
return (0);
|
||||
}
|
||||
ccg = fsbtodb(fs, cgtod(fs, c)) * disk->d_bsize;
|
||||
|
Loading…
Reference in New Issue
Block a user