Corrected message when no rotational position table is found.

This commit is contained in:
dg 1994-10-01 16:53:53 +00:00
parent cff39fe257
commit 58fa6b3529

View File

@ -160,7 +160,7 @@ dumpfs(name)
printf("blocks available in each of %d rotational positions", printf("blocks available in each of %d rotational positions",
afs.fs_nrpos); afs.fs_nrpos);
else else
printf("insufficient space to maintain rotational tables\n"); printf("(no rotational position table)\n");
for (c = 0; c < afs.fs_cpc; c++) { for (c = 0; c < afs.fs_cpc; c++) {
printf("\ncylinder number %d:", c); printf("\ncylinder number %d:", c);
for (i = 0; i < afs.fs_nrpos; i++) { for (i = 0; i < afs.fs_nrpos; i++) {