mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Keep Tinderbox happy.
This commit is contained in:
parent
178a1e6959
commit
390985729b
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue