Bugzilla Bug 357015: added a comment to describe the actual number of files

ReadSystemFiles reads.
This commit is contained in:
wtchang%redhat.com 2006-10-18 23:05:59 +00:00
Родитель 599f78c38c
Коммит 3023db83df
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -324,6 +324,9 @@ ReadSystemFiles()
RNG_RandomUpdate(&dwNumFiles, sizeof(dwNumFiles));
// now read 10 files
// because of a programming error, the code actually reads the
// first 10 readable files, then 10 or 11 files spread throughout
// the system directory
filesToRead = 10;
if (dwNumFiles == 0)
return;