Ignore:
Timestamp:
Dec 13, 2000, 12:57:16 AM (25 years ago)
Author:
sandervl
Message:

GetVolumeInformation bugfix + invalid VirtualFree calls corrected + free named shared memory

File:
1 edited

Legend:

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

    r4763 r4796  
    1 /* $Id: disk.cpp,v 1.23 2000-12-07 12:00:23 sandervl Exp $ */
     1/* $Id: disk.cpp,v 1.24 2000-12-12 23:57:15 sandervl Exp $ */
    22
    33/*
     
    304304        }
    305305    }
    306     if(lpFileSystemNameBuffer || lpMaximumComponentLength) {
     306    if(lpFileSystemNameBuffer || lpMaximumComponentLength || lpFileSystemFlags) {
    307307        if(!lpFileSystemNameBuffer) {
    308308            lpFileSystemNameBuffer = tmpstring;
Note: See TracChangeset for help on using the changeset viewer.