use 'file system superblock' for the error message. This will match other

disk utilities.

Discussed with:		bde
This commit is contained in:
Tom Rhodes 2002-08-31 21:34:54 +00:00
parent ec61f55d42
commit 5e152c7934
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ main(int argc, char *argv[])
break;
}
if (sblock_try[i] == -1) {
fprintf(stderr, "Cannot find special_device\n");
fprintf(stderr, "Cannot find file system superblock\n");
exit(2);
}
bsize = sbp->fs_bsize;