i doesn't need to be signed here, make it unsigned.
This commit is contained in:
parent
4bca136727
commit
f634c39527
@ -93,7 +93,7 @@ int
|
||||
sbwrite(struct uufsd *disk, int all)
|
||||
{
|
||||
struct fs *fs;
|
||||
int i;
|
||||
unsigned i;
|
||||
|
||||
ERROR(disk, NULL);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user