Ignore:
Timestamp:
Sep 13, 2000, 11:11:00 PM (25 years ago)
Author:
sandervl
Message:

heap corruption fix (initcommandline) + handlemanager class for disks

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/kernel32/wprocess.cpp

    r4250 r4256  
    1 /* $Id: wprocess.cpp,v 1.93 2000-09-12 22:47:58 bird Exp $ */
     1/* $Id: wprocess.cpp,v 1.94 2000-09-13 21:11:00 sandervl Exp $ */
    22
    33/*
     
    11191119            while (*psz2 == ' ')            /* skip blanks after argv[1]. */
    11201120                psz2++;
     1121            pszArg2 = psz2;  //SvL: bugfix -> fixes heap corruption
    11211122        }
    11221123        else
Note: See TracChangeset for help on using the changeset viewer.