Ignore:
Timestamp:
Nov 11, 1999, 8:10:09 PM (26 years ago)
Author:
sandervl
Message:

version loading fixes + heap corruption fix

File:
1 edited

Legend:

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

    r1651 r1708  
    1 /* $Id: disk.cpp,v 1.6 1999-11-09 01:22:32 phaller Exp $ */
     1/* $Id: disk.cpp,v 1.7 1999-11-11 19:10:09 sandervl Exp $ */
    22
    33/*
     
    8282 char *astring;
    8383
    84     dprintf(("KERNEL32:  OS2GetDriveTypeW\n"));
    8584    astring = UnicodeToAsciiString((LPWSTR)arg1);
     85    dprintf(("KERNEL32:  OS2GetDriveTypeW %s", astring));
    8686    rc = O32_GetDriveType(astring);
    8787    FreeAsciiString(astring);
     
    100100              DWORD,   nFileSystemNameSize)
    101101{
     102   dprintf(("GetVolumeInformationA %s", lpRootPathName));
    102103   return O32_GetVolumeInformation(lpRootPathName,
    103104                                   lpVolumeNameBuffer,
Note: See TracChangeset for help on using the changeset viewer.