Fix AIX bustage

This commit is contained in:
rods%netscape.com 2002-01-01 15:56:36 +00:00
parent 0ca912a376
commit 8f92ed8519
2 changed files with 2 additions and 2 deletions

View File

@ -4777,7 +4777,7 @@ DocumentViewerImpl::CheckForPrinters(nsIPrintOptions* aPrintOptions,
}
}
numPrinters++;
} while (true);
} while (1);
if (numPrinters == 0) {
// this means there were no printers

View File

@ -4777,7 +4777,7 @@ DocumentViewerImpl::CheckForPrinters(nsIPrintOptions* aPrintOptions,
}
}
numPrinters++;
} while (true);
} while (1);
if (numPrinters == 0) {
// this means there were no printers