mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-21 09:49:14 +00:00
Bugzilla Bug 357015: it turns out the code is correct. it's the comment
that's wrong.
This commit is contained in:
parent
f0e551bb13
commit
dbb6ae1065
@ -323,10 +323,8 @@ 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
|
||||
// now read the first 10 readable files, then 10 or 11 files
|
||||
// spread throughout the system directory
|
||||
filesToRead = 10;
|
||||
if (dwNumFiles == 0)
|
||||
return;
|
||||
|
Loading…
x
Reference in New Issue
Block a user