fix braino in last commit.

Beaten with clue-stick by: Davidxu
This commit is contained in:
Julian Elischer 2003-08-02 16:45:32 +00:00
parent 40f018905b
commit e4e2c61313

View file

@ -579,7 +579,7 @@ again:
* start scanning a bit up to leave room for NVidia and
* Wine, which still user the "Blat" method of allocation.
*/
for (i = NLDT + 1; i < pldt->ldt_len; ++i) {
for (i = NLDT; i < pldt->ldt_len; ++i) {
if (dp->sd.sd_type == SDT_SYSNULL)
break;
dp++;