Changeset 10566


Ignore:
Timestamp:
Apr 2, 2004, 5:46:33 PM (21 years ago)
Author:
sandervl
Message:

bugfix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified trunk/src/kernel32/mmap.cpp

    r10543 r10566  
    1 /* $Id: mmap.cpp,v 1.70 2004-03-18 13:13:50 sandervl Exp $ */
     1/* $Id: mmap.cpp,v 1.71 2004-04-02 15:46:33 sandervl Exp $ */
    22
    33/*
     
    275275    if(fWriteAccess)
    276276    {//writes are handled on a per-page basis
    277         for(int i=i;i<nrpages;i++)
     277        for(int i=0;i<nrpages;i++)
    278278        {
    279279            if(commitPage(ulFaultAddr, offset, TRUE, 1) == FALSE) {
Note: See TracChangeset for help on using the changeset viewer.